aboutsummaryrefslogtreecommitdiff
path: root/games/xscavenger/Makefile
blob: 3c5342f016c1c58f3d6630eb98205f77bfd111b3 (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
# New ports collection makefile for:	xscavenger
# Version required:	1.3
# Date created:		19 Feb 1998
# Whom:			eivind
#
# $Id: Makefile,v 1.4 1998/03/11 00:01:05 eivind Exp $
#

DISTNAME=	xscavenger-132
PKGNAME=	xscavenger-1.3.2
CATEGORIES=	games
MASTER_SITES=	http://epyx.com/dash/
EXTRACT_SUFX=	.tgz

MAINTAINER=	eivind@FreeBSD.org

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>