diff options
author | pav <pav@FreeBSD.org> | 2009-01-21 06:41:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-21 06:41:42 +0800 |
commit | 8ddb9583b963325afe2a8e8eea331781f006300f (patch) | |
tree | 77071ffb2749705886b0c94e85f5a69ca9d14953 /textproc | |
parent | 125a916135f77f05e9870d83f83432a2fdea6456 (diff) | |
download | freebsd-ports-gnome-8ddb9583b963325afe2a8e8eea331781f006300f.tar.gz freebsd-ports-gnome-8ddb9583b963325afe2a8e8eea331781f006300f.tar.zst freebsd-ports-gnome-8ddb9583b963325afe2a8e8eea331781f006300f.zip |
- Update fntsample to 3.0
- Make pdfoutline a slave port to fntsample
PR: ports/130431
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pdfoutline/Makefile | 24 | ||||
-rw-r--r-- | textproc/pdfoutline/distinfo | 3 |
2 files changed, 5 insertions, 22 deletions
diff --git a/textproc/pdfoutline/Makefile b/textproc/pdfoutline/Makefile index 6a4782007250..cc42611116a3 100644 --- a/textproc/pdfoutline/Makefile +++ b/textproc/pdfoutline/Makefile @@ -6,28 +6,14 @@ # PORTNAME= pdfoutline -PORTVERSION= 0.0.${DATE:S/-//g} -DISTVERSION= 2.4 +PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= SF/fntsample -DISTNAME= fntsample-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org COMMENT= Add outlines to PDF files -RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +MASTERDIR= ${.CURDIR}/../../x11-fonts/fntsample +DESCR= ${.CURDIR}/pkg-descr -USE_PERL5_RUN= yes -NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 -DATE= 2007-03-14 +PDFOUTLINE= yes -post-patch: - @${SED} -e 's|@DATE@|2007-03-14|' ${WRKSRC}/${PORTNAME}.1.in > ${WRKSRC}/${PORTNAME}.1 - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/textproc/pdfoutline/distinfo b/textproc/pdfoutline/distinfo deleted file mode 100644 index 835a9d00ddde..000000000000 --- a/textproc/pdfoutline/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fntsample-2.4.tar.gz) = 013e5f5d6f4035437e67d0ee665de1bd -SHA256 (fntsample-2.4.tar.gz) = db23d5e5320f7d0447a59370d95aff90bc3c600fa05c111688e0d85642c992a5 -SIZE (fntsample-2.4.tar.gz) = 84348 |