blob: 337f342b071c009c12525d0d6dd8582fe6dfd420 (
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
|
# New ports collection makefile for: libwfut
# Date created: 4th April 2007
# Whom: Oliver Lehmann
#
# $FreeBSD$
#
PORTNAME= libwfut
PORTVERSION= 0.2.1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION}
MAINTAINER= oliver@FreeBSD.org
COMMENT= WorldForge update library
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
curl.6:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--without-python
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
MAN1= wfut.1
post-patch:
@${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|