summaryrefslogtreecommitdiff
path: root/devel/glade2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r--devel/glade2/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile
deleted file mode 100644
index 17b716863f00..000000000000
--- a/devel/glade2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: glade
-# Date created: 29 June 1998
-# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= glade
-PORTVERSION= 0.5.11
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/glade
-
-MAINTAINER= ade@FreeBSD.org
-
-USE_X_PREFIX= yes
-USE_GNOME= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/libs"
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
- s|\$$\(top_builddir\)/intl/libintl.a|-lintl|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>