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, 0 insertions, 23 deletions
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
deleted file mode 100644
index f9fe19076..000000000
--- a/graphics/poppler-gtk/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: poppler-gtk
-# Date created: 2006-01-12
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.20 2010/07/07 13:03:19 kwm 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"