2013-06-18 13:46:51 +02:00
|
|
|
# Created by: Mark Pulford <mark@kyne.com.au>
|
2001-04-10 22:27:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= penguin-command
|
2007-04-03 15:13:34 +02:00
|
|
|
PORTVERSION= 1.6.11
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 11
|
2001-04-10 22:27:44 +02:00
|
|
|
CATEGORIES= games
|
2009-04-03 02:58:09 +02:00
|
|
|
MASTER_SITES= SF
|
2001-04-10 22:27:44 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Clone of the classic game Missile Command
|
2001-04-10 22:27:44 +02:00
|
|
|
|
2013-10-16 14:55:25 +02:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
|
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
2001-04-10 22:27:44 +02:00
|
|
|
|
2006-06-09 22:55:43 +02:00
|
|
|
USE_SDL= mixer image sdl
|
2001-04-10 22:27:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-06-09 22:55:43 +02:00
|
|
|
|
2013-10-16 14:55:25 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
man/man6/penguin-command.6.gz \
|
|
|
|
man/man6/penguin-command.ja.6.gz
|
|
|
|
PORTDATA= *
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Penguin Command" \
|
|
|
|
"${COMMENT}" \
|
|
|
|
"${DATADIR}/gfx/icon.xpm" \
|
|
|
|
"${PORTNAME}" \
|
|
|
|
"Game;ArcadeGame;" \
|
|
|
|
""
|
2001-04-10 22:27:44 +02:00
|
|
|
|
2001-06-14 07:49:14 +02:00
|
|
|
post-patch:
|
2013-10-16 14:55:25 +02:00
|
|
|
@${REINPLACE_CMD} 's|LIBS="-lSDL_image|LIBS="-lSDL_image $$SDL_LIBS|g; \
|
|
|
|
s| -lSDL | |g' ${WRKSRC}/configure
|
2001-04-10 22:27:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|