2003-10-24 13:45:26 +02:00
|
|
|
# New ports collection makefile for: senken
|
|
|
|
# Date created: 15 January 2003
|
|
|
|
# Whom: tmartin@andrew.cmu.edu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= senken
|
2004-07-17 20:38:41 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 2
|
2003-10-24 13:45:26 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/
|
|
|
|
|
2004-03-26 01:48:07 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-24 13:45:26 +02:00
|
|
|
COMMENT= A city simulation game
|
|
|
|
|
2005-02-13 00:16:08 +01:00
|
|
|
BROKEN= Incomplete pkg-plist
|
|
|
|
|
2004-07-17 20:38:41 +02:00
|
|
|
USE_GNOME= gnometarget gtk20
|
2004-01-20 22:27:10 +01:00
|
|
|
USE_SDL= image sdl
|
2004-07-17 20:38:41 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-I/usr/X11R6/include||g ; \
|
|
|
|
s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure
|
2003-10-24 13:45:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|