aboutsummaryrefslogtreecommitdiffstats
path: root/games/viruskiller/Makefile
blob: edc3c8548a03bde98a56c57576eb956bccdca87d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Created by: markand
# $FreeBSD$

PORTNAME=   viruskiller
PORTVERSION=    1.03
PORTREVISION=   3
CATEGORIES= games
MASTER_SITES=   FRUGALWARE/games-extra/${PORTNAME}
DISTNAME=   ${PORTNAME}-${PORTVERSION}-1

MAINTAINER= c.petrik.sosa@gmail.com
COMMENT=    Arcade game that relies on quick reflexes

LICENSE=    GPLv2

OPTIONS_DEFINE= DOCS

USE_SDL=    mixer image ttf net
USES=       gmake

BROKEN=     Does not build

INSTALLS_ICONS= yes

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAKEFILE=   makefile

.include <bsd.port.options.mk>

.if ${ARCH} == "amd64"
BROKEN= Does not build with new libz
.endif

post-patch:
    # Remove non-free restricted files:
    ${RM} -f ${WRKSRC}/music/* ${WRKSRC}/sound/*

.if ${PORT_OPTIONS:MDOCS}
    @${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>
bsd-ports-gnome/commit/mail/mutt?h=mate-1.20&id=6cfc0a4adcc64bfe1174e22e96dc6ef6b7957c6e'>o Add patch for the new ~a function. By this one can tag entirenork2003-07-122-1/+74 * PR: 52809foxfair2003-06-011-1/+1 * Fix pkg-plist.obraun2003-05-151-0/+1 * Fix port building if WITH_MUTT_XFACE knob is defined.obraun2003-05-031-13/+3 * * Fix handling of hostname if hostname contains more than 31 charactersobraun2003-05-012-1/+50 * Fix MASTER_SITES to contain only fetchable sites.obraun2003-04-241-3/+1 * - Integrate the new "initials"-patch.obraun2003-03-274-33/+90 * ``compressed'' patch now available for 1.4.1.obrien2003-03-213-206/+3 * Update to version 1.4.1 which among other things, fixes a buffer overflowobrien2003-03-213-4/+207 * - Use "grouped" patch-files and -sitesobraun2003-03-051-9/+30 * Drive a stake through the heart of some more files that were committedkris2003-02-281-16/+0 * De-pkg-comment.knu2003-02-212-1/+1 * Fix installing reinstalling without cleaning WRKDIR first.sobomax2002-11-29