summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gdl/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 04:45:58 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 04:45:58 +0800
commitad750eda588eae71526df0e9df02125777dd9a80 (patch)
tree8f5e959f7cfc36325d52d316e2e7540741dfe4ee /x11-toolkits/gdl/Makefile
parent1812f750eda707fe639e70b58968b95e25637492 (diff)
downloadmarcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.tar
marcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.tar.gz
marcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.tar.bz2
marcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.tar.lz
marcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.tar.xz
marcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.tar.zst
marcuscom-ports-ad750eda588eae71526df0e9df02125777dd9a80.zip
Update to 2.31.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14168 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r--x11-toolkits/gdl/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
new file mode 100644
index 000000000..200bbc2f4
--- /dev/null
+++ b/x11-toolkits/gdl/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gdl
+# Date created: 24 July 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gdl
+PORTVERSION= 2.31.2
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Components intended to be shared between GNOME development tools
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gtk20
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>