summaryrefslogtreecommitdiffstats
path: root/devel/gnome-build/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-12 13:30:37 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-12 13:30:37 +0800
commit2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2 (patch)
treed3b6d570ed6d78f7eb2a5c0295db96811692acd2 /devel/gnome-build/Makefile
parented665e4c782fb62c583c64e385a7710a9c4fe290 (diff)
downloadmarcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.gz
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.bz2
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.lz
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.xz
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.tar.zst
marcuscom-ports-2e3c5409ebe74c6f0b09cb6da350a05d8789a6f2.zip
-Update to 0.1.5.
-Add DIST_SUBDIR=gnome2 -Change the lib dependency, gdl-1.0 -> gdl-gnome-1.0. It requires gdl-gnome. -USE_X_PREFIX -> USE_XLIB -Add remove locale that aren't in mtree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8297 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-build/Makefile')
-rw-r--r--devel/gnome-build/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile
new file mode 100644
index 000000000..e78b9972c
--- /dev/null
+++ b/devel/gnome-build/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gnomebuild
+# Date created: 24 July 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-build
+PORTVERSION= 0.1.5
+PORTEPOCH= 1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME Build Framework (GBF)
+
+LIB_DEPENDS= gdl-gnome-1.0:${PORTSDIR}/x11-toolkits/gdl
+
+USE_XLIB= yes
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomevfs2
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_PERL5_RUN= yes
+CONFIGURE_ARGS= --enable-compile-warnings=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
+
+.include <bsd.port.mk>