diff options
Diffstat (limited to 'chinese/docproj/Makefile')
-rw-r--r-- | chinese/docproj/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chinese/docproj/Makefile b/chinese/docproj/Makefile index e734fcd5551..60986292756 100644 --- a/chinese/docproj/Makefile +++ b/chinese/docproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 0.1.20060303 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= chinese MASTER_SITES= # none DISTFILES= # none @@ -14,6 +14,8 @@ DISTFILES= # none MAINTAINER= delphij@FreeBSD.org COMMENT= Supportive tools for Chinese docproj build +LICENSE= BSD2CLAUSE + RUN_DEPENDS= gbklatex:${PORTSDIR}/print/latex-cjk USES= iconv @@ -21,8 +23,10 @@ USES= iconv WRKSRC= ${WRKDIR}/src SRC= ${.CURDIR}/src +MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} + +PLIST_FILES= bin/cjktexsty -NO_STAGE= yes do-fetch: @${DO_NADA} |