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/pdfoutline/Makefile | |
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/pdfoutline/Makefile')
-rw-r--r-- | textproc/pdfoutline/Makefile | 24 |
1 files changed, 5 insertions, 19 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" |