summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gdl3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gdl3/Makefile')
-rw-r--r--x11-toolkits/gdl3/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-toolkits/gdl3/Makefile b/x11-toolkits/gdl3/Makefile
deleted file mode 100644
index 36f91cb29..000000000
--- a/x11-toolkits/gdl3/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gdl
-# Date created: 24 July 2001
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/gdl3/Makefile,v 1.1 2010/06/28 23:34:18 kwm Exp $
-#
-
-PORTNAME= gdl
-PORTVERSION= 2.90.0
-PORTREVISION= 1
-CATEGORIES= x11-toolkits gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Components intended to be shared between GNOME development tools
-
-LATEST_LINK= gdl3
-LICENSE= LGPL20
-LICENSE_FILE= ${WRKSRC}/COPYING
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk30
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|gdl docs po|gdl po|g' ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>