1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/senken/Makefile
Jean-Yves Lefort e52aa63386 Do not create useless directories (unbreaks the port).
PR:		ports/82676
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-27 22:53:45 +00:00

27 lines
640 B
Makefile

# New ports collection makefile for: senken
# Date created: 15 January 2003
# Whom: tmartin@andrew.cmu.edu
#
# $FreeBSD$
PORTNAME= senken
PORTVERSION= 0.3.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.contrib.andrew.cmu.edu/~tmartin/senken/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A city simulation game
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
@${REINPLACE_CMD} -e '/install-sh -d/d' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>