aboutsummaryrefslogtreecommitdiffstats
path: root/games/monopd/Makefile
blob: ecefbb8ffd26e65f3eddd18fa21f054a6a5d0754 (plain) (blame)
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:    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>