1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/libwfut/Makefile
Erwin Lansing 3e6c7bc4ea Fix sourceforge
Submitted by:	pointyhat
2009-08-25 13:56:05 +00:00

30 lines
625 B
Makefile

# New ports collection makefile for: libwfut
# Date created: 4th April 2007
# Whom: Oliver Lehmann
#
# $FreeBSD$
#
PORTNAME= libwfut
PORTVERSION= 0.2.1
PORTREVISION= 1
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.5:${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>