freebsd-ports/games/xasteroids/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
661 B
Makefile

# New ports collection makefile for: xasteroids
# Date created: 3 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
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
COMMENT= X11 based asteroids style arcade game
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
MAN6= xasteroids.6
PLIST_FILES= bin/xasteroids
post-extract:
${CP} ${FILESDIR}/Imakefile ${WRKSRC}
${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
.include <bsd.port.mk>