blob: c257dfd2e1b6d36a691494ae598dfbef0ccd0269 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
#
# Ports collection makefile for: news/openftd
# Whom: Edwin Groothuis <edwin@mavetju.org>
# Date created: 2007-05-02
#
# $FreeBSD$
#
PORTNAME= openftd
PORTVERSION= 0.98.6
PORTREVISION= 1
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.4:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
dbus-glib-1.2:${PORTSDIR}/devel/dbus \
notify.1:${PORTSDIR}/devel/libnotify \
gtkspell.0:${PORTSDIR}/textproc/gtkspell \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GECKO= firefox
USE_GNOME= glib20 libxml2 gtk20 libgnome gtkhtml3 libxslt
CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \
--with-pcre_libraries=${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>
|