1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/xscavenger/Makefile
Eivind Eklund 1dc9689310 Update from 1.3.5 to 1.4.2. This features:
* Graphics updates
* New sound system
* Server system removal
* Slowdown mode
... and probably some stuff I have forgotten.
2001-05-22 19:58:57 +00:00

25 lines
442 B
Makefile

# New ports collection makefile for: xscavenger
# Date created: 19 Feb 1998
# Whom: eivind
#
# $FreeBSD$
#
PORTNAME= xscavenger
PORTVERSION= 1.4.2
CATEGORIES= games
MASTER_SITES= http://www.xdr.com/dash/
DISTNAME= xscavenger-142
EXTRACT_SUFX= .tgz
MAINTAINER= eivind@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
MAN6= scavenger.6
post-extract:
(cd ${WRKSRC}; ${CP} scavenger.6 scavenger.man)
.include <bsd.port.mk>