aboutsummaryrefslogtreecommitdiff
path: root/chinese/gb2ps
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-06 20:36:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-06 20:36:09 +0000
commit59a82cd0ad1275d4866e8ba943c8db3391967fcd (patch)
tree3be8da0abe52fd59d8ad182a297a791d47723812 /chinese/gb2ps
parentee0c367b9d916a48b55d8b5bd643acf4a318512d (diff)
downloadports-59a82cd0ad1275d4866e8ba943c8db3391967fcd.tar.gz
ports-59a82cd0ad1275d4866e8ba943c8db3391967fcd.zip
Notes
Diffstat (limited to 'chinese/gb2ps')
-rw-r--r--chinese/gb2ps/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/chinese/gb2ps/Makefile b/chinese/gb2ps/Makefile
index c7e4e7773344..cb10e11a2409 100644
--- a/chinese/gb2ps/Makefile
+++ b/chinese/gb2ps/Makefile
@@ -10,11 +10,18 @@ DISTNAME= gb2ps.2.02
DISTFILES= ${DISTNAME}.tar.gz:sw \
csong24.ccf.gz:font ckai24.ccf.gz:font cfang24.ccf.gz:font \
chei24.ccf.gz:font cfan24.ccf.gz:font
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts Chinese GB (simple) encoded text to PostScript
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+LICENSE= UNKNOWN
+LICENSE_NAME= unknown
+LICENSE_TEXT= This program is NOT in public domain.\
+ It can be freely distributed for non-commercial purposes only,\
+ and THERE IS NO WARRANTY FOR THIS PROGRAM.
+LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
WRKSRC= ${WRKDIR}/GB2PS
OPTIONS_DEFINE= DOCS
@@ -26,6 +33,8 @@ do-install:
.for font in csong24.ccf ckai24.ccf cfang24.ccf chei24.ccf cfan24.ccf
${GUNZIP_CMD} -c ${DISTDIR}/${font}.gz > ${STAGEDIR}${PREFIX}/share/chinese/gb/${font}
.endfor
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/gb2ps.help ${STAGEDIR}${DOCSDIR}