1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xscavenger/Makefile

25 lines
442 B
Makefile
Raw Normal View History

# New ports collection makefile for: xscavenger
# Date created: 19 Feb 1998
# Whom: eivind
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xscavenger
PORTVERSION= 1.3.5
CATEGORIES= games
MASTER_SITES= http://www.xdr.com/dash/
DISTNAME= xscavenger-135
EXTRACT_SUFX= .tgz
1998-02-25 07:44:50 +00:00
1998-03-08 23:29:59 +00:00
MAINTAINER= eivind@FreeBSD.org
1998-02-25 07:44:50 +00:00
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
MAN6= scavenger.6
post-extract:
(cd ${WRKSRC}; ${CP} scavenger.6 scavenger.man)
.include <bsd.port.mk>