summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/poppler-gtk/Makefile')
-rw-r--r--graphics/poppler-gtk/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
new file mode 100644
index 000000000..e52db1af9
--- /dev/null
+++ b/graphics/poppler-gtk/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: poppler-gtk
+# Date created: 2006-01-12
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD: ports/graphics/poppler-gtk/Makefile,v 1.7 2008/07/02 19:59:23 mezz Exp $
+# $MCom: ports-stable/graphics/poppler-gtk/Makefile,v 1.1 2008/06/16 21:36:00 mezz Exp $
+#
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -gtk
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gtk bindings to poppler
+
+MASTERDIR= ${.CURDIR}/../../graphics/poppler
+SLAVEPORT= gtk
+PLIST= ${.CURDIR}/pkg-plist
+
+pre-build:
+ cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
+ Makefile ${MAKE_ARGS} libpoppler-cairo.la
+
+.include "${MASTERDIR}/Makefile"