1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/penguin-command/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

36 lines
725 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= penguin-command
PORTVERSION= 1.6.11
PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Clone of the classic game Missile Command
LIB_DEPENDS= libpng.so:graphics/png
USES= jpeg
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
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;" \
""
post-patch:
@${REINPLACE_CMD} 's|LIBS="-lSDL_image|LIBS="-lSDL_image $$SDL_LIBS|g; \
s| -lSDL | |g' ${WRKSRC}/configure
.include <bsd.port.mk>