diff options
author | John Baldwin <jhb@FreeBSD.org> | 2004-03-10 16:39:29 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2004-03-10 16:39:29 +0000 |
commit | cbe7660ce95b628e5b64bcede2109bffeef4e989 (patch) | |
tree | fb831dc463ff8f741e46aab2b7750538e59a3105 /games/monopd | |
parent | b94d25458360defb8c2bec6c1b17f10853d99dde (diff) | |
download | ports-cbe7660ce95b628e5b64bcede2109bffeef4e989.tar.gz ports-cbe7660ce95b628e5b64bcede2109bffeef4e989.zip |
Notes
Diffstat (limited to 'games/monopd')
-rw-r--r-- | games/monopd/Makefile | 25 | ||||
-rw-r--r-- | games/monopd/distinfo | 2 | ||||
-rw-r--r-- | games/monopd/pkg-descr | 4 | ||||
-rw-r--r-- | games/monopd/pkg-plist | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/games/monopd/Makefile b/games/monopd/Makefile new file mode 100644 index 000000000000..72b51949009a --- /dev/null +++ b/games/monopd/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: monopd +# Date created: 14 February 2004 +# Whom: jhb +# +# $FreeBSD$ +# + +PORTNAME= monopd +PORTVERSION= 0.9.0 +CATEGORIES= games +MASTER_SITES= http://unixcode.org/downloads/monopd/ + +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 new file mode 100644 index 000000000000..4f3746bdf4ef --- /dev/null +++ b/games/monopd/distinfo @@ -0,0 +1,2 @@ +MD5 (monopd-0.9.0.tar.bz2) = fec55f8e481c8dd74c1dfc3facd1f006 +SIZE (monopd-0.9.0.tar.bz2) = 113313 diff --git a/games/monopd/pkg-descr b/games/monopd/pkg-descr new file mode 100644 index 000000000000..e15f3ce32345 --- /dev/null +++ b/games/monopd/pkg-descr @@ -0,0 +1,4 @@ +monopd is the dedicated game server for playing Monopoly-like board games +using the Atlantik and gtkAtlantic clients. + +WWW: http://unixcode.org/monopd/ diff --git a/games/monopd/pkg-plist b/games/monopd/pkg-plist new file mode 100644 index 000000000000..43c2e3a2f403 --- /dev/null +++ b/games/monopd/pkg-plist @@ -0,0 +1,6 @@ +bin/monopd +etc/monopd.conf-dist +share/monopd/games/atlantic.conf +share/monopd/games/city.conf +@dirrm share/monopd/games +@dirrm share/monopd |