summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-22 01:42:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-22 01:42:25 +0800
commit2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b (patch)
treed67bae9c22f6cc0c6888ca3aa7c2a5f5d6060fed /x11-toolkits/libgnomeprintui/Makefile
parent585f976ba45b27b4f8eec85ec3636866de069611 (diff)
downloadmarcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.tar
marcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.tar.gz
marcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.tar.bz2
marcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.tar.lz
marcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.tar.xz
marcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.tar.zst
marcuscom-ports-2fead8bf9251b8d7eb67ff2e32e92b0ea05ff06b.zip
Chase the LOCALBASE move of gnome-icon-theme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6674 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeprintui/Makefile')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
new file mode 100644
index 000000000..256064e44
--- /dev/null
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: libgnomeprintui
+# Date created: 12 April 2002
+# Whom: Maxim Sobolev <sobomax@FreBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/libgnomeprintui/Makefile,v 1.45 2006/05/15 22:23:03 mezz Exp $
+# $MCom: ports/x11-toolkits/libgnomeprintui/Makefile,v 1.53 2005/09/26 21:14:32 marcus Exp $
+#
+
+PORTNAME= libgnomeprintui
+PORTVERSION= 2.12.1
+PORTREVISION= 2
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12
+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_X_PREFIX= yes
+USE_XPM= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \
+ intlhack ltverhack
+USE_GETTEXT= yes
+INSTALLS_SHLIB= yes
+USE_AUTOTOOLS= libtool:15
+USE_BISON= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_SUB= VERSION=${PORTVERSION}
+
+.include <bsd.port.mk>