freebsd-ports/games/xasteroids/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

31 lines
680 B
Makefile

# New ports collection makefile for: xasteroids
# Date created: 3 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xasteroids
PORTVERSION= 5.0
PORTREVISION= 2
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
USE_XORG= x11 xext
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>