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-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 3
|
2003-10-24 13:45:26 +02:00
|
|
|
CATEGORIES= games
|
2005-12-15 20:39:19 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR= distfiles
|
2003-10-24 13:45:26 +02:00
|
|
|
|
2006-04-05 23:04:30 +02:00
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
2003-10-24 13:45:26 +02:00
|
|
|
COMMENT= A city simulation game
|
|
|
|
|
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
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|