diff options
author | jhale <jhale@FreeBSD.org> | 2014-10-06 22:30:54 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-10-06 22:30:54 +0800 |
commit | 8b1c8af6e6c721b6bfc4880c6b32964e878accb4 (patch) | |
tree | 9a40716949b6303ce756688bf3bfff2dcff4abef /chinese | |
parent | 3f1ad9ee245439157938b1b27018a3d1c4d9c618 (diff) | |
download | freebsd-ports-gnome-8b1c8af6e6c721b6bfc4880c6b32964e878accb4.tar.gz freebsd-ports-gnome-8b1c8af6e6c721b6bfc4880c6b32964e878accb4.tar.zst freebsd-ports-gnome-8b1c8af6e6c721b6bfc4880c6b32964e878accb4.zip |
- Convert to USES=python, limit to 2.x
- Add LICENSE
- Clean up plist
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bg5pdf/Makefile | 5 | ||||
-rw-r--r-- | chinese/bg5pdf/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chinese/bg5pdf/Makefile b/chinese/bg5pdf/Makefile index 36d5f723ae70..1cd4953d1721 100644 --- a/chinese/bg5pdf/Makefile +++ b/chinese/bg5pdf/Makefile @@ -11,10 +11,13 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/bg5pdf/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5 encoded files to PDF, using PDFlib +LICENSE= GPLv2 + LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib +USES= python:2 + CFLAGS+= -fPIC -USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= EXAMPLES diff --git a/chinese/bg5pdf/pkg-plist b/chinese/bg5pdf/pkg-plist index 556e91be8a47..3200f4a68408 100644 --- a/chinese/bg5pdf/pkg-plist +++ b/chinese/bg5pdf/pkg-plist @@ -4,4 +4,3 @@ bin/gbpdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/genTest.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.big5 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.big5.pdf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |