mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
07867cfe23
devel/flatzebra [1]: - Update to 0.1.6 - Use new Makefile header format - Replace USE_GNOME by proper USE_PKGCONFIG - Switch to OptionsNG games/afternoonstalker: - Update to 1.1.5 - Use new Makefile header format games/burgerspace: - Update to 1.9.2 - Use new Makefile header format games/cosmosmash: - Update to 1.4.6 - Use new Makefile header format PR: ports/177730 [1] Approved by: edwin (maintainer) [1] Feature safe: yes
38 lines
920 B
Makefile
38 lines
920 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= afternoonstalker
|
|
PORTVERSION= 1.1.5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
|
|
LOCAL/martymac
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= A clone of the 1981 Night Stalker video game
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra
|
|
|
|
USE_SDL= mixer sdl
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN6= afternoonstalker.6
|
|
PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \
|
|
${WRKSRC}/src/Makefile.in
|
|
@${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \
|
|
${WRKSRC}/Makefile.in
|
|
.if empty(PORT_OPTIONS:MDOCS)
|
|
@${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \
|
|
${WRKSRC}/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|