mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c7a199a0a1
OK sthen@
28 lines
526 B
Makefile
28 lines
526 B
Makefile
COMMENT = convert Microsoft Reader files to OEBPS packages
|
|
V = 1.8
|
|
DISTNAME = clit${V:S/.//}src
|
|
REVISION = 2
|
|
PKGNAME = clit-1.8
|
|
CATEGORIES = textproc converters print
|
|
|
|
HOMEPAGE = http://www.convertlit.com/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
SITES = ${HOMEPAGE}
|
|
EXTRACT_SUFX = .zip
|
|
|
|
WRKDIST = ${WRKDIR}/${DISTNAME:src=}
|
|
|
|
BUILD_DEPENDS = math/libtommath
|
|
|
|
post-patch:
|
|
mv ${WRKDIR}/lib ${WRKDIST}
|
|
rm ${WRKDIST}/lib/Makefile ${WRKDIST}/Makefile
|
|
cp ${FILESDIR}/Makefile ${WRKDIST}
|
|
|
|
.include <bsd.port.mk>
|