summaryrefslogtreecommitdiffstats
path: root/devel/gnome-build/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 05:22:58 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 05:22:58 +0800
commite91087f5e2fbb08bc3e2cb523b38c4c336208f69 (patch)
tree0c0ece722d8595803b992b1f66cea536dda5c7fd /devel/gnome-build/Makefile
parent6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6 (diff)
downloadmarcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.gz
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.bz2
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.lz
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.xz
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.zst
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9243 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..0a21041d5
--- /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: ports/devel/gnome-build/Makefile,v 1.1 2007/02/12 05:30:37 mezz Exp $
+#
+
+PORTNAME= gnome-build
+PORTVERSION= 0.1.7
+PORTEPOCH= 2
+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>