summaryrefslogtreecommitdiff
path: root/net/gnome-mud/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnome-mud/Makefile')
-rw-r--r--net/gnome-mud/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile
deleted file mode 100644
index 616231715225..000000000000
--- a/net/gnome-mud/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: amcl
-# Date created: 15 Apr 2000
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= amcl
-PORTVERSION= 0.7.5
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-USE_GNOMENG= yes
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>