summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-01 23:43:24 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-04-01 23:43:24 +0800
commit8e74898a1f59d28c6bdf673b646aca69415fbc3e (patch)
tree2087b8579464eb9bdf56072ed370cff48e027edc /x11-toolkits/libgnomeprintui/Makefile
parent535c58a05e5ebed311c0fea0dfbbeac0bf4515ef (diff)
downloadmarcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.tar
marcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.tar.gz
marcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.tar.bz2
marcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.tar.lz
marcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.tar.xz
marcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.tar.zst
marcuscom-ports-8e74898a1f59d28c6bdf673b646aca69415fbc3e.zip
UPdate to 2.18.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeprintui/Makefile')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
new file mode 100644
index 000000000..eaac9e867
--- /dev/null
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: libgnomeprintui
+# Date created: 12 April 2002
+# Whom: Maxim Sobolev <sobomax@FreBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgnomeprintui
+PORTVERSION= 2.18.5
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gnome print support library
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+
+USE_BZIP2= yes
+USE_XORG= x11 xpm
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \
+ intlhack ltverhack
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:22
+USE_BISON= build
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_SUB= VERSION=${PORTVERSION}
+
+.include <bsd.port.mk>