aboutsummaryrefslogtreecommitdiff
path: root/news/openftd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/openftd/Makefile')
-rw-r--r--news/openftd/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile
deleted file mode 100644
index 98a0f7ab2fdc..000000000000
--- a/news/openftd/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-#
-# Ports collection makefile for: news/openftd
-# Whom: Edwin Groothuis <edwin@mavetju.org>
-# Date created: 2007-05-02
-#
-# $FreeBSD$
-#
-
-PORTNAME= openftd
-PORTVERSION= 1.1.0
-PORTREVISION= 8
-CATEGORIES= news
-MASTER_SITES= http://www.icheb.nl/mirrors/openftd/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= FreeBSD version of the Fill Threads Database program
-
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
- pcre.0:${PORTSDIR}/devel/pcre \
- sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- dbus-1.3:${PORTSDIR}/devel/dbus \
- notify.1:${PORTSDIR}/devel/libnotify \
- gtkspell.0:${PORTSDIR}/textproc/gtkspell \
- sexy.2:${PORTSDIR}/x11-toolkits/libsexy
-
-BROKEN= does not configure
-DEPRECATED= has been broken for almost a year
-EXPIRATION_DATE=2011-04-17
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_GECKO= libxul
-
-USE_GNOME= glib20 libxml2 gtk20 libgnome gtkhtml3 libxslt
-
-CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \
- --with-pcre_libraries=${LOCALBASE}/lib
-
-.include <bsd.port.mk>