summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel2/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-21 05:39:23 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-21 05:39:23 +0800
commit63eaf00c54e262457578fc7197397e38b4e6095e (patch)
tree86ec773f8b8e00f984db3776a62ada2a1625dd86 /x11-toolkits/eel2/Makefile
parent015711d7dea58a5a1df999294ea0c099de66916a (diff)
downloadmarcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.tar
marcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.tar.gz
marcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.tar.bz2
marcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.tar.lz
marcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.tar.xz
marcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.tar.zst
marcuscom-ports-63eaf00c54e262457578fc7197397e38b4e6095e.zip
Add eel2-2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1286 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel2/Makefile')
-rw-r--r--x11-toolkits/eel2/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile
new file mode 100644
index 000000000..01c10248b
--- /dev/null
+++ b/x11-toolkits/eel2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: eel2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/eel2/Makefile,v 1.37 2003/10/13 13:14:21 adamw Exp $
+#
+
+PORTNAME= eel2
+PORTVERSION= 2.5.0
+CATEGORIES= x11-toolkits gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
+DIST_SUBDIR= gnome2
+DISTNAME= eel-${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Generally useful classes and extensions to GNOME
+
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gail libgnomeui
+USE_LIBTOOL= yes
+USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --enable-shared --enable-static
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>