monopd is the dedicated game server for playing Monopoly-like board games
using the Atlantik and gtkAtlantic clients. WWW: http://unixcode.org/monopd/
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
SUBDIR += mirrormagic
|
||||
SUBDIR += miscom
|
||||
SUBDIR += monkeybubble
|
||||
SUBDIR += monopd
|
||||
SUBDIR += monster-masher
|
||||
SUBDIR += moon-buggy
|
||||
SUBDIR += moonlander
|
||||
|
||||
25
games/monopd/Makefile
Normal file
25
games/monopd/Makefile
Normal file
@@ -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>
|
||||
2
games/monopd/distinfo
Normal file
2
games/monopd/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 (monopd-0.9.0.tar.bz2) = fec55f8e481c8dd74c1dfc3facd1f006
|
||||
SIZE (monopd-0.9.0.tar.bz2) = 113313
|
||||
4
games/monopd/pkg-descr
Normal file
4
games/monopd/pkg-descr
Normal file
@@ -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/
|
||||
6
games/monopd/pkg-plist
Normal file
6
games/monopd/pkg-plist
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user