freebsd-ports/games/xasteroids/Makefile

31 lines
661 B
Makefile
Raw Normal View History

1995-01-04 09:56:18 +01:00
# New ports collection makefile for: xasteroids
# Date created: 3 Jan 1995
# Whom: swallace
1995-01-04 09:56:18 +01:00
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
1995-01-04 09:56:18 +01:00
#
PORTNAME= xasteroids
PORTVERSION= 5.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.opengroup.org/pub/ftp.x.org/R5contrib/
DISTFILES= xasteroids.sh.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= X11 based asteroids style arcade game
1995-01-04 09:56:18 +01:00
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
MAN6= xasteroids.6
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xasteroids
1995-01-04 09:56:18 +01:00
post-extract:
${CP} ${FILESDIR}/Imakefile ${WRKSRC}
${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
1995-01-04 09:56:18 +01:00
.include <bsd.port.mk>