freebsd-ports/games/afternoonstalker/Makefile

33 lines
778 B
Makefile
Raw Normal View History

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= afternoonstalker
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \
LOCAL/martymac
MAINTAINER= martymac@FreeBSD.org
COMMENT= Clone of the 1981 Night Stalker video game
LICENSE= GPLv2
LIB_DEPENDS= libflatzebra-0.1.so:${PORTSDIR}/devel/flatzebra
2013-09-03 08:36:41 +02:00
USES= pkgconfig
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO
post-patch:
@${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>