diff --git a/games/Makefile b/games/Makefile index 271ee2d5bf63..673bccd9c2a6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -197,7 +197,6 @@ SUBDIR += omega SUBDIR += twitch SUBDIR += uox3 - SUBDIR += varconf SUBDIR += wmeyes SUBDIR += wmminichess SUBDIR += wmtictactoe diff --git a/games/varconf/Makefile b/games/varconf/Makefile deleted file mode 100644 index fbb73e001432..000000000000 --- a/games/varconf/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: varconf -# Date created: 29 March 2001 -# Whom: Oliver Lehmann -# -# $FreeBSD$ -# - -PORTNAME= varconf -PORTVERSION= 0.3.0 -CATEGORIES= games -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 diff --git a/games/varconf/distinfo b/games/varconf/distinfo deleted file mode 100644 index e424278de7e4..000000000000 --- a/games/varconf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (varconf-0.3.0.tar.gz) = 962d6ec1ea7b50b6eeafb6a4a41292d7 diff --git a/games/varconf/pkg-comment b/games/varconf/pkg-comment deleted file mode 100644 index 10abd9a8a4fb..000000000000 --- a/games/varconf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Configuration System for the STAGE Server diff --git a/games/varconf/pkg-descr b/games/varconf/pkg-descr deleted file mode 100644 index d3ea526083db..000000000000 --- a/games/varconf/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Varconf is a configuration system designed for the STAGE server. -Varconf can parse configuration files, command-line arguments and -environment variables. It supports callbacks and can store its -configuration information in separate Config objects or in one -global configuration instance. diff --git a/games/varconf/pkg-plist b/games/varconf/pkg-plist deleted file mode 100644 index 67dd83bab307..000000000000 --- a/games/varconf/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/libvarconf.so.0 -lib/libvarconf.la -lib/libvarconf.a -include/varconf/Config.h -include/varconf/parse_error.h -include/varconf/variable.h -include/varconf/varconf.h -bin/conftest -@dirrm include/varconf