freebsd-ports/devel/varconf/Makefile
Alexander Langer 483a3e0dc0 Add varconf 0.3.0, a Configuration System for the STAGE Server.
PR:		26249
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:24:57 +00:00

25 lines
689 B
Makefile

# New ports collection makefile for: varconf
# Date created: 29 March 2001
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#
PORTNAME= varconf
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/varconf/ \
ftp://two.woovis.com/pub/worldforge/libs/varconf/ \
http://dreadnought.res.cmu.edu/worldforge/libs/varconf/ \
http://kafka.i-site.com/~novalis/mirrors/acorn/0.3/src/ \
http://65.100.132.89/wf/downloads/libs/varconf/
MAINTAINER= lehmann@ans-netz.de
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \
Atlas.0:${PORTSDIR}/devel/atlas
USE_LIBTOOL= YES
CONFIGURE_ARGS= --prefix=${PREFIX}
.include <bsd.port.mk>