Files
2024-03-09 11:04:52 +00:00

35 lines
774 B
Makefile

PORTNAME= penguin-command
PORTVERSION= 1.6.11
PORTREVISION= 13
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Clone of the classic game Missile Command
WWW= https://www.linux-games.com/penguin-command/
LIB_DEPENDS= libpng.so:graphics/png
USES= jpeg sdl
USE_SDL= mixer image sdl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} \
share/man/man6/penguin-command.6.gz \
share/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>