1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/gtkatlantic/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
737 B
Makefile

# New ports collection makefile for: gtkatlantic
# Date created: 2005-03-17
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports-stable/games/gtkatlantic/Makefile,v 1.1 2006/03/04 21:36:29 ahze Exp $
PORTNAME= gtkatlantic
PORTVERSION= 0.4.2
PORTREVISION= 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
GNU_CONFIGURE= yes
USE_GMAKE= 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>