2013-09-12 02:21:10 +02:00
|
|
|
# Created by: tmartin@andrew.cmu.edu
|
2003-10-24 13:45:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= senken
|
2004-07-17 20:38:41 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2014-12-08 17:48:38 +01:00
|
|
|
PORTREVISION= 15
|
2003-10-24 13:45:26 +02:00
|
|
|
CATEGORIES= games
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GENTOO
|
2003-10-24 13:45:26 +02:00
|
|
|
|
2010-06-19 06:23:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-08 01:03:12 +02:00
|
|
|
COMMENT= City simulation game
|
2003-10-24 13:45:26 +02:00
|
|
|
|
2013-09-12 02:21:10 +02:00
|
|
|
USES= pkgconfig
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gtk20
|
2004-01-20 22:27:10 +01:00
|
|
|
USE_SDL= image sdl
|
2004-07-17 20:38:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-10-08 01:03:12 +02:00
|
|
|
LDFLAGS+= -lm
|
2004-07-17 20:38:41 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-I/usr/X11R6/include||g ; \
|
|
|
|
s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure
|
2005-06-28 00:53:45 +02:00
|
|
|
@${REINPLACE_CMD} -e '/install-sh -d/d' ${WRKSRC}/Makefile.in
|
2003-10-24 13:45:26 +02:00
|
|
|
|
2014-12-02 05:15:11 +01:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
|
|
|
|
|
2003-10-24 13:45:26 +02:00
|
|
|
.include <bsd.port.mk>
|