summaryrefslogtreecommitdiff
path: root/x11-toolkits/rep-gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/rep-gtk2/Makefile')
-rw-r--r--x11-toolkits/rep-gtk2/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
deleted file mode 100644
index 6a304c97c976..000000000000
--- a/x11-toolkits/rep-gtk2/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: rep-gtk
-# Version required: 0.6
-# Date created: 06 October 1999
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= rep-gtk-0.6
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/
-
-MAINTAINER= nakai@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \
- rep:${PORTSDIR}/lang/librep
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL}
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
- -I${LOCALBASE}/include/giflib" \
- GTK_CONFIG="${GTK_CONFIG}" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>