summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r--x11-toolkits/gtk30/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
deleted file mode 100644
index 512cb6d61cc2..000000000000
--- a/x11-toolkits/gtk30/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gtk12
-# Version required: 1.2.3
-# Date Created: 28 Sep 1997
-# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtk+-1.2.3
-PKGNAME= gtk-1.2.3
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
- http://www.ameth.org/gimp/gtk/v1.2/
-
-MAINTAINER= vanilla@FreeBSD.org
-
-LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
- intl.1:${PORTSDIR}/devel/gettext
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_X_PREFIX= yes
-USE_PERL5= yes
-USE_LIBTOOL= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-suffix
-CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk12
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- X_CFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN1= gtk12-config.1
-
-pre-build:
- ${RM} -rf ${WRKSRC}/docs/gtk.info*
-
-post-install:
- @${MKDIR} ${PREFIX}/share/themes/engines
-
-.include <bsd.port.mk>