diff options
Diffstat (limited to 'graphics/poppler-qt4/Makefile')
-rw-r--r-- | graphics/poppler-qt4/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile new file mode 100644 index 000000000..34189dc62 --- /dev/null +++ b/graphics/poppler-qt4/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: poppler-qt4 +# Date created: June 26, 2007 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTREVISION= 0 +PKGNAMESUFFIX= -qt4 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Qt4 bindings to poppler + +MASTERDIR= ${.CURDIR}/../../graphics/poppler +SLAVEPORT= qt4 +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" |