freebsd-ports/devel/libwfut/Makefile

28 lines
537 B
Makefile
Raw Normal View History

# 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
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
USE_LDCONFIG= yes
MAN1= wfut.1
.include <bsd.port.mk>