1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xasteroids/Makefile
David W. Chapman Jr. 479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00

28 lines
552 B
Makefile

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