aboutsummaryrefslogtreecommitdiff
path: root/games/senken/Makefile
blob: 87dea38c78d411a80aa739d50cb0a6e8f236734b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   senken
# Date created:        15 January 2003
# Whom:                tmartin@andrew.cmu.edu
#
# $FreeBSD$

PORTNAME=	senken
PORTVERSION=	0.3.0
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A city simulation game

BROKEN=		Incomplete pkg-plist

USE_GNOME=	gnometarget gtk20
USE_SDL=	image sdl
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

.include <bsd.port.mk>