aboutsummaryrefslogtreecommitdiffstats
path: root/games/xscavenger/Makefile
blob: be7886d7c68130adf34c9045c78f1ed677c47356 (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
# New ports collection makefile for:    xscavenger
# Version required: 1.3
# Date created:     19 Feb 1998
# Whom:         eivind
#
# $Id: Makefile,v 1.10 1998/11/29 12:33:04 eivind Exp $
#

DISTNAME=   xscavenger-135
PKGNAME=    xscavenger-1.3.5
CATEGORIES= games
MASTER_SITES=   http://www.xdr.com/dash/
EXTRACT_SUFX=   .tgz

MAINTAINER= eivind@FreeBSD.org

.if ${MACHINE_ARCH} == "alpha"
BROKEN=     no sound support on the alpha yet
.endif

WRKSRC=     ${WRKDIR}/${DISTNAME}/src
USE_IMAKE=  yes
NO_INSTALL_MANPAGES=yes
MAN6=       scavenger.6

post-install:
    @${INSTALL_MAN} ${WRKSRC}/scavenger.6 ${PREFIX}/man/man6/scavenger.6

.include <bsd.port.mk>