summaryrefslogtreecommitdiffstats
path: root/print/system-config-printer/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 00:23:53 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 00:23:53 +0800
commit3234a85d4d7b7c09226aaea4e677501dfb6b38dd (patch)
treeba3d72923042461dc3169549b148f04095107fd6 /print/system-config-printer/Makefile
parentaec20e8a9390356468a35cc4a0efcd27500840db (diff)
downloadmarcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.tar
marcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.tar.gz
marcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.tar.bz2
marcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.tar.lz
marcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.tar.xz
marcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.tar.zst
marcuscom-ports-3234a85d4d7b7c09226aaea4e677501dfb6b38dd.zip
Now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/system-config-printer/Makefile')
-rw-r--r--print/system-config-printer/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile
deleted file mode 100644
index b7b791f95..000000000
--- a/print/system-config-printer/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: system-config-printer
-# Date created: 2008-03-20
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/print/system-config-printer/Makefile,v 1.2 2008/03/21 22:16:13 ahze Exp $
-
-PORTNAME= system-config-printer
-PORTVERSION= 0.7.82
-PORTREVISION= 2
-CATEGORIES= print gnome
-MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/
-
-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
-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= yes
-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
-
-post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
- 's|%%LOCALBASE%%|${LOCALBASE}|g; s|%%PREFIX%%|${PREFIX}|g'
-
-.include <bsd.port.mk>