summaryrefslogtreecommitdiffstats
path: root/net/gnoemoe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnoemoe/Makefile')
-rw-r--r--net/gnoemoe/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net/gnoemoe/Makefile b/net/gnoemoe/Makefile
deleted file mode 100644
index afad5e060..000000000
--- a/net/gnoemoe/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: GnoeMoe
-# Date created: 11 January 2005
-# Whom: Jesse van den Kieboom <jesse@icecrew.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnoemoe
-PORTVERSION= 0.8.1
-PORTREVISION= 5
-CATEGORIES= net
-MASTER_SITES= http://www.icecrew.nl/software/gnoemoe/download/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Gnome MOO Client
-
-USE_RUBY= yes
-USE_RUBY_FEATURES= ruby18
-
-USE_GNOME= gnomeprefix gtksourceview libglade2 libgnomeui vte
-USE_X_PREFIX= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-GNU_CONFIGURE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in
-
-post-install:
- update-mime-database ${PREFIX}/share/mime
-
-.include <bsd.port.mk>