summaryrefslogtreecommitdiffstats
path: root/graphics/poppler-qt4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/poppler-qt4/Makefile')
-rw-r--r--graphics/poppler-qt4/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile
deleted file mode 100644
index 8a25d073d..000000000
--- a/graphics/poppler-qt4/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.17 2012/06/13 12:29:04 kwm Exp $
-
-PORTREVISION= 0
-PKGNAMESUFFIX= -qt4
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Qt4 bindings to poppler
-
-MASTERDIR= ${.CURDIR}/../../graphics/poppler
-SLAVEPORT= qt4
-PLIST= ${.CURDIR}/pkg-plist
-
-pre-build:
- cd ${WRKSRC}/poppler && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
- Makefile ${MAKE_ARGS} libpoppler-arthur.la
-
-.include "${MASTERDIR}/Makefile"