mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c392b61537
GtkAtlantic is a game like Monopoly(tm). GtkAtlantic is a network client that works with the monopd (http://unixcode.org/monopd/) server.
31 lines
653 B
Makefile
31 lines
653 B
Makefile
# New ports collection makefile for: gtkatlantic
|
|
# Date created: 2005-03-17
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkatlantic
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://gtkatlantic.gradator.net/downloads/v0.4/
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= GtkAtlantic is a game like Monopoly(tm)
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20
|
|
USE_LIBTOOL_VER=15
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|mkdir |${MKDIR} |' \
|
|
${WRKSRC}/Makefile.in ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|