summaryrefslogtreecommitdiffstats
path: root/print/system-config-printer/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-30 00:02:30 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-30 00:02:30 +0800
commit0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e (patch)
tree7c821dc421e9c379b136d99cb241718f6a8e9a75 /print/system-config-printer/Makefile
parentf6bd7875a11dddac0d14d1ee29a2eb772c5acc5e (diff)
downloadmarcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.tar
marcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.tar.gz
marcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.tar.bz2
marcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.tar.lz
marcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.tar.xz
marcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.tar.zst
marcuscom-ports-0cd7e34a6f09d7222b89eb19355eaacaa03bcd5e.zip
Update to 1.1.16
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13325 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/system-config-printer/Makefile')
-rw-r--r--print/system-config-printer/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile
new file mode 100644
index 000000000..d600db916
--- /dev/null
+++ b/print/system-config-printer/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: system-config-printer
+# Date created: 2008-03-20
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= system-config-printer
+PORTVERSION= 1.1.16
+CATEGORIES= print gnome
+MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= CUPS configuration Gtk+2.0 GUI
+
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
+ ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \
+ xmlproc_parse:${PORTSDIR}/textproc/py-xml \
+ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
+ xmlto:${PORTSDIR}/textproc/xmlto \
+ desktop-file-install:${PORTSDIR}/devel/desktop-file-utils
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
+ ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify \
+ xmlproc_parse:${PORTSDIR}/textproc/py-xml \
+ ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
+
+USE_BZIP2= yes
+USE_PYTHON= 2.6+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME= pygtk2
+MAN1= system-config-printer-applet.1 system-config-printer.1
+PLIST_SUB= PYTHON_VER=${PYTHON_VER}
+
+post-patch:
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|%%LOCALBASE%%|${LOCALBASE}|g; s|%%PREFIX%%|${PREFIX}|g'
+
+.include <bsd.port.mk>