freebsd-ports/games/penguin-command/Makefile
Pav Lucistnik e86022915e - Update to 1.6.10
- Take maintainership

PR:		ports/98711
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-06-09 20:55:43 +00:00

31 lines
759 B
Makefile

# New ports collection makefile for: penguin-command
# Date created: Apr 4, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= penguin-command
PORTVERSION= 1.6.10
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= amdmi3@mail.ru
COMMENT= A clone of the classic game Missile Command
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
MAN6= penguin-command.6 penguin-command.ja.6
post-patch:
@${REINPLACE_CMD} 's| -lSDL | |g' ${WRKSRC}/configure
@${REINPLACE_CMD} 's|LIBS="-lSDL_image|LIBS="-lSDL_image $$SDL_LIBS|g' \
${WRKSRC}/configure
.include <bsd.port.mk>