freebsd-ports/games/viruskiller/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

42 lines
979 B
Makefile

# Created by: markand
# $FreeBSD$
PORTNAME= viruskiller
PORTVERSION= 1.03
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.parallelrealities.co.uk/download/viruskiller/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= ports@FreeBSD.org
COMMENT= An arcade game that relies on quick reflexes
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
LICENSE= GPLv2
USE_SDL= mixer image ttf net
USE_GMAKE= yes
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE= makefile
post-patch:
# Remove non-free restricted files:
${RM} -f ${WRKSRC}/music/* ${WRKSRC}/sound/*
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e "s|^.*install.*DOCS.*||g" \
-e "s|^.*mkdir.*DOCDIR.*||g" \
${WRKSRC}/makefile
.endif
@${REINPLACE_CMD} -e "s|^PREFIX.*|PREFIX=${PREFIX}|g" \
-e "s|^BINDIR.*|BINDIR=${PREFIX}/bin/|g" \
-e "s|^DATADIR.*|DATADIR=${DATADIR}/|g" \
-e "s|^DOCDIR.*|DOCDIR=${DOCSDIR}|g" ${WRKSRC}/makefile
.include <bsd.port.mk>