2001-04-05 21:24:57 +02:00
|
|
|
# New ports collection makefile for: varconf
|
|
|
|
# Date created: 29 March 2001
|
|
|
|
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= varconf
|
2002-10-31 22:06:14 +01:00
|
|
|
PORTVERSION= 0.5.4
|
2001-04-05 21:24:57 +02:00
|
|
|
CATEGORIES= devel
|
2002-07-01 23:14:23 +02:00
|
|
|
MASTER_SITES= ftp://victor.worldforge.org/%SUBDIR%/ \
|
|
|
|
http://purple.worldforge.org/wf/downloads/libs/varconf/ \
|
|
|
|
http://grimicus.dyndns.org:8080/%SUBDIR%/ \
|
|
|
|
ftp://ftp.fr.gnome.org/%SUBDIR%/
|
|
|
|
MASTER_SITE_SUBDIR= pub/worldforge/libs/varconf
|
2001-04-05 21:24:57 +02:00
|
|
|
|
2003-05-06 18:58:45 +02:00
|
|
|
MAINTAINER= oliver@freebsd.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A Configuration System for the STAGE Server
|
2001-04-05 21:24:57 +02:00
|
|
|
|
2002-07-01 21:24:37 +02:00
|
|
|
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
|
2001-04-05 21:24:57 +02:00
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
2002-07-01 21:24:37 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2001-04-05 21:24:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|