summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-pkgview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-pkgview/Makefile')
-rw-r--r--sysutils/gnome-pkgview/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile
new file mode 100644
index 000000000..0d6f36a35
--- /dev/null
+++ b/sysutils/gnome-pkgview/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnome-pkgview
+# Date created: 20 November 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-pkgview
+PORTVERSION= 1.0.6
+PORTREVISION= 1
+CATEGORIES= sysutils gnome
+MASTER_SITES= http://www.greatnorthern.demon.co.uk/packages/gnome-pkgview/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Displays the version of GNOME components installed
+
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui intlhack
+USE_GETTEXT= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= gnome-pkgview.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ -e 's|%%X11BASE%%|${X11BASE}|g' \
+ ${WRKSRC}/src/config-path.c
+
+.include <bsd.port.mk>