2001-04-10 22:27:44 +02:00
|
|
|
# New ports collection makefile for: penguin-command
|
|
|
|
# Date created: Apr 4, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= penguin-command
|
2007-04-03 15:13:34 +02:00
|
|
|
PORTVERSION= 1.6.11
|
2010-02-05 12:46:55 +01:00
|
|
|
PORTREVISION= 5
|
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
|
2003-02-22 18:14:31 +01:00
|
|
|
COMMENT= A clone of the classic game Missile Command
|
2001-04-10 22:27:44 +02:00
|
|
|
|
2004-01-20 22:18:12 +01:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2010-02-05 12:46:55 +01:00
|
|
|
jpeg.11:${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
|
2009-04-03 02:58:09 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-06-09 22:55:43 +02:00
|
|
|
|
2005-03-10 18:11:55 +01:00
|
|
|
MAN6= penguin-command.6 penguin-command.ja.6
|
2001-04-10 22:27:44 +02:00
|
|
|
|
2001-06-14 07:49:14 +02:00
|
|
|
post-patch:
|
2006-06-09 22:55:43 +02:00
|
|
|
@${REINPLACE_CMD} 's| -lSDL | |g' ${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} 's|LIBS="-lSDL_image|LIBS="-lSDL_image $$SDL_LIBS|g' \
|
|
|
|
${WRKSRC}/configure
|
2001-04-10 22:27:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|