freebsd-ports/games/xscavenger/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

26 lines
487 B
Makefile

# New ports collection makefile for: xscavenger
# Date created: 19 Feb 1998
# Whom: eivind
#
# $FreeBSD$
#
PORTNAME= xscavenger
PORTVERSION= 1.3.5
CATEGORIES= games
MASTER_SITES= http://www.xdr.com/dash/
DISTNAME= xscavenger-135
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>