diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-27 22:48:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-27 22:48:12 +0800 |
commit | 7a4760f8fe38b8ddcc2856efdad4e06354ebfc61 (patch) | |
tree | 2548efbe8b319bb1f0437d232de19d64c3b1a418 /graphics/poppler-utils | |
parent | 9a31c38fb238a73b57ed751b2538556f9e2dcf3d (diff) | |
download | marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.tar marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.tar.gz marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.tar.bz2 marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.tar.lz marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.tar.xz marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.tar.zst marcuscom-ports-7a4760f8fe38b8ddcc2856efdad4e06354ebfc61.zip |
Fix poppler-utils port
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12740 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler-utils')
-rw-r--r-- | graphics/poppler-utils/Makefile | 19 | ||||
-rw-r--r-- | graphics/poppler-utils/pkg-plist | 8 |
2 files changed, 27 insertions, 0 deletions
diff --git a/graphics/poppler-utils/Makefile b/graphics/poppler-utils/Makefile new file mode 100644 index 000000000..530afb02d --- /dev/null +++ b/graphics/poppler-utils/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: poppler-utils +# Date created: 2006-05-01 +# Whom: Michael Nottebrock <lofi@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -utils + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Poppler's xpdf-workalike command line utilities + +MASTERDIR= ${.CURDIR}/../../graphics/poppler +SLAVEPORT= utils +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/poppler-utils/pkg-plist b/graphics/poppler-utils/pkg-plist new file mode 100644 index 000000000..0b49f0caa --- /dev/null +++ b/graphics/poppler-utils/pkg-plist @@ -0,0 +1,8 @@ +bin/pdffonts +bin/pdfimages +bin/pdfinfo +bin/pdftoabw +bin/pdftohtml +bin/pdftoppm +bin/pdftops +bin/pdftotext |