freebsd-ports/games/penguin-command/Makefile

32 lines
708 B
Makefile
Raw Normal View History

# 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.11
2010-02-05 12:46:55 +01:00
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
2003-02-22 18:14:31 +01:00
COMMENT= A clone of the classic game Missile Command
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
2010-02-05 12:46:55 +01:00
jpeg.11:${PORTSDIR}/graphics/jpeg
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
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>