1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/chinese/docproj/Makefile
2014-07-21 20:55:28 +00:00

40 lines
751 B
Makefile

# Created by: Xin LI <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= docproj
PORTVERSION= 0.1.20060303
PORTREVISION= 7
CATEGORIES= chinese
MASTER_SITES= # none
DISTFILES= # none
# Note: Updates from intron@intron.ac should also be
# considered as maintainer updates.
MAINTAINER= delphij@FreeBSD.org
COMMENT= Supportive tools for Chinese docproj build
LICENSE= BSD2CLAUSE
USES= iconv
USE_TEX= gbklatex:run
WRKSRC= ${WRKDIR}/src
SRC= ${.CURDIR}/src
MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} INSTALL_PROGRAM="${INSTALL_PROGRAM}"
PLIST_FILES= bin/cjktexsty
do-fetch:
@${DO_NADA}
pre-patch:
@${CP} -R ${SRC} ${WRKDIR}
post-patch:
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' \
${WRKSRC}/cjktexsty/Makefile
.include <bsd.port.mk>