blob: 3e096561cd0fdb517a1ac2b6cc3b38e5a0d99b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: varconf
# Date created: 29 March 2001
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
#
# $FreeBSD$
#
PORTNAME= varconf
PORTVERSION= 0.5.4
CATEGORIES= devel
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
MAINTAINER= lehmann@ans-netz.de
COMMENT= A Configuration System for the STAGE Server
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include <bsd.port.mk>
|