diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-03 12:29:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-03 12:29:40 +0000 |
commit | c09eef8ed01c365154dfd0d9fbc861a5c84188dc (patch) | |
tree | 182a6e56d61c8cf29a5a652a4f255df8f56689e8 /games | |
parent | d3d2c6fcb8e815b6cb448394b014ad5e66a9dcd6 (diff) | |
download | ports-c09eef8ed01c365154dfd0d9fbc861a5c84188dc.tar.gz ports-c09eef8ed01c365154dfd0d9fbc861a5c84188dc.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/monopd/Makefile | 25 | ||||
-rw-r--r-- | games/monopd/distinfo | 3 | ||||
-rw-r--r-- | games/monopd/pkg-descr | 4 | ||||
-rw-r--r-- | games/monopd/pkg-plist | 6 |
5 files changed, 0 insertions, 39 deletions
diff --git a/games/Makefile b/games/Makefile index 5cc2d4728709..ab529804f300 100644 --- a/games/Makefile +++ b/games/Makefile @@ -537,7 +537,6 @@ SUBDIR += mkgichessclub SUBDIR += mkhexgrid SUBDIR += monkeybubble - SUBDIR += monopd SUBDIR += monster-masher SUBDIR += monsterz SUBDIR += moon-buggy diff --git a/games/monopd/Makefile b/games/monopd/Makefile deleted file mode 100644 index ecefbb8ffd26..000000000000 --- a/games/monopd/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: monopd -# Date created: 14 February 2004 -# Whom: jhb -# -# $FreeBSD$ -# - -PORTNAME= monopd -PORTVERSION= 0.9.3 -CATEGORIES= games -MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/ - -MAINTAINER= jhb@FreeBSD.org -COMMENT= Server for Atlantik and gtkAtlantic Games - -LIB_DEPENDS= capsinetwork.0:${PORTSDIR}/devel/libcapsinetwork \ - math\\+\\+.0:${PORTSDIR}/math/libmath++ - -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/games/monopd/distinfo b/games/monopd/distinfo deleted file mode 100644 index eca215f2a48a..000000000000 --- a/games/monopd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (monopd-0.9.3.tar.bz2) = d0c4876bb24e8c961012a8ef4894fe2d -SHA256 (monopd-0.9.3.tar.bz2) = 81fb6b267360b25d607da7846226c0976ed1df174d21e249b485ffc2feff5d77 -SIZE (monopd-0.9.3.tar.bz2) = 110354 diff --git a/games/monopd/pkg-descr b/games/monopd/pkg-descr deleted file mode 100644 index ba3f334854d9..000000000000 --- a/games/monopd/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -monopd is the dedicated game server for playing Monopoly-like board games -using the Atlantik and gtkAtlantic clients. - -WWW: http://www.robertjohnkaper.com/software/atlantik/ diff --git a/games/monopd/pkg-plist b/games/monopd/pkg-plist deleted file mode 100644 index 43c2e3a2f403..000000000000 --- a/games/monopd/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/monopd -etc/monopd.conf-dist -share/monopd/games/atlantic.conf -share/monopd/games/city.conf -@dirrm share/monopd/games -@dirrm share/monopd |