summaryrefslogtreecommitdiff
path: root/x11-toolkits/gal2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gal2/Makefile')
-rw-r--r--x11-toolkits/gal2/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile
deleted file mode 100644
index 77724395f714..000000000000
--- a/x11-toolkits/gal2/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: gal
-# Date created: 5th October 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gal
-PORTVERSION= 0.19.2
-PORTREVISION= 1
-CATEGORIES?= x11-toolkits gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= unstable/sources/gal
-DIST_SUBDIR= gnome
-
-MAINTAINER?= gnome@FreeBSD.org
-
-LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \
- glade.4:${PORTSDIR}/devel/libglade \
- iconv.3:${PORTSDIR}/converters/libiconv
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_GNOMECTRL= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --enable-static --with-libiconv \
- --with-html-dir=${PREFIX}/share/doc/gal
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>