blob: 8f18cc0b234786e55bd2ed4ccdbd2361bd99f957 (
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
|
# Created by: tmartin@andrew.cmu.edu
# $FreeBSD$
PORTNAME= senken
PORTVERSION= 0.3.0
PORTREVISION= 15
CATEGORIES= games
MASTER_SITES= GENTOO
MAINTAINER= ports@FreeBSD.org
COMMENT= City simulation game
USES= pkgconfig
USE_GNOME= gtk20
USE_SDL= image sdl
GNU_CONFIGURE= yes
LDFLAGS+= -lm
post-patch:
@${REINPLACE_CMD} -e 's|-I/usr/X11R6/include||g ; \
s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/install-sh -d/d' ${WRKSRC}/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>
|