summaryrefslogtreecommitdiffstats
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/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
deleted file mode 100644
index a1ca9a06e..000000000
--- a/x11-toolkits/rep-gtk2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: rep-gtk
-# Date created: 06 October 1999
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD: ports/x11-toolkits/rep-gtk2/Makefile,v 1.40 2002/09/20 17:07:43 marcus Exp $
-#
-
-PORTNAME= rep-gtk2
-PORTVERSION= 0.17
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.17
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep \
- gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
-
-PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libglade \
- --with-gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-
-.include <bsd.port.mk>