1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xasteroids/Makefile

29 lines
605 B
Makefile
Raw Normal View History

1995-01-04 08:56:18 +00:00
# New ports collection makefile for: xasteroids
# Date created: 3 Jan 1995
# Whom: swallace
1995-01-04 08:56:18 +00:00
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
1995-01-04 08:56:18 +00:00
#
PORTNAME= xasteroids
PORTVERSION= 5.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.freesoftware.com/pub/X11/R5contrib/ \
ftp://ftp.x.org/pub/R5contrib/
DISTFILES= xasteroids.sh.Z
MAINTAINER= swallace@FreeBSD.org
1995-01-04 08:56:18 +00:00
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
MAN6= xasteroids.6
1995-01-04 08:56:18 +00:00
post-extract:
${CP} ${FILESDIR}/Imakefile ${WRKSRC}
${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
1995-01-04 08:56:18 +00:00
.include <bsd.port.mk>