mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
613 B
Makefile
27 lines
613 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= 7
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
|
COMMENT= A city simulation game
|
|
|
|
USE_GNOME= gnometarget gtk20
|
|
USE_SDL= image sdl
|
|
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>
|