2007-04-05 11:40:46 +02:00
|
|
|
# New ports collection makefile for: libwfut
|
|
|
|
# Date created: 4th April 2007
|
|
|
|
# Whom: Oliver Lehmann
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libwfut
|
2010-06-09 08:02:14 +02:00
|
|
|
PORTVERSION= 0.2.2
|
2007-04-05 11:40:46 +02:00
|
|
|
CATEGORIES= devel
|
2009-08-25 15:56:05 +02:00
|
|
|
MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION}
|
2007-04-05 11:40:46 +02:00
|
|
|
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
|
|
COMMENT= WorldForge update library
|
|
|
|
|
|
|
|
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
|
2010-04-03 12:44:36 +02:00
|
|
|
curl.6:${PORTSDIR}/ftp/curl
|
2007-04-05 11:40:46 +02:00
|
|
|
|
2008-06-01 07:56:54 +02:00
|
|
|
CONFIGURE_ARGS+=--without-python
|
2007-04-05 11:40:46 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gnomehack
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= wfut.1
|
|
|
|
|
2008-06-01 07:56:54 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in
|
|
|
|
|
2007-04-05 11:40:46 +02:00
|
|
|
.include <bsd.port.mk>
|