summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 06:06:43 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 06:06:43 +0800
commit445433b0f2356a9395830893c90aedbce7599db6 (patch)
tree2e6b372dabcfc4589aa1e784fd9529c0c475a6c9 /x11-toolkits/eel/Makefile
parent42aebac2524ab83863c9235ce38ac991620fe0d0 (diff)
downloadmarcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.tar
marcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.tar.gz
marcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.tar.bz2
marcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.tar.lz
marcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.tar.xz
marcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.tar.zst
marcuscom-ports-445433b0f2356a9395830893c90aedbce7599db6.zip
Update to 2.23.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10897 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel/Makefile')
-rw-r--r--x11-toolkits/eel/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile
new file mode 100644
index 000000000..771b0d1da
--- /dev/null
+++ b/x11-toolkits/eel/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: eel2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/x11-toolkits/eel/Makefile,v 1.67 2008/03/10 21:38:32 mezz Exp $
+#
+
+PORTNAME= eel
+PORTVERSION= 2.23.1
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Generally useful classes and extensions to GNOME
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_XORG= xrender
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack gail gnomedesktop ltverhack intlhack
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --enable-shared --enable-static
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>