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
|
|
|
|
PORTVERSION= 0.1.0
|
2007-06-10 09:37:26 +02:00
|
|
|
PORTREVISION= 1
|
2007-04-05 11:40:46 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
|
|
MASTER_SITE_SUBDIR= worldforge
|
|
|
|
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
|
|
COMMENT= WorldForge update library
|
|
|
|
|
|
|
|
LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
|
|
|
|
curl.4:${PORTSDIR}/ftp/curl
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gnomehack
|
2007-06-10 09:37:26 +02:00
|
|
|
USE_GCC= 3.4
|
2007-04-05 11:40:46 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= wfut.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|