summaryrefslogtreecommitdiff
path: root/www/screem-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/screem-devel/Makefile')
-rw-r--r--www/screem-devel/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile
deleted file mode 100644
index 0091c8145d77..000000000000
--- a/www/screem-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: SCREEM
-# Date created: 05 Nov 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= screem
-PORTVERSION= 0.2.1
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://www.screem.org/src/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
-
-LIBGLADE_CONFIG?= ${LOCALBASE}/bin/libglade-config
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-USE_X_PREFIX= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-CONFIGURE_ARGS= --with-gnome=${PREFIX}/include --prefix=${PREFIX} \
- --with-gtk-exec-prefix=${PREFIX} --with-gtk=${PREFIX} \
- --with-libglade-config=${LIBGLADE_CONFIG} \
- --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share --libdir=${PREFIX}/share
-
-.include <bsd.port.mk>