openbsd-ports/games/xasteroids/Makefile
marc 2e59490083 update port makefiles; validate source code still exists;
comment where sources have changed/no longer exist
See port status web page (to be updated real-soon-now) for details
1998-11-09 01:49:54 +00:00

19 lines
355 B
Makefile

# $OpenBSD: Makefile,v 1.2 1998/11/09 01:49:56 marc Exp $
#
DISTNAME= xasteroids
PKGNAME= xasteroids-5.0
CATEGORIES= games
MAINTAINER= angelos@openbsd.org
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
EXTRACT_SUFX= .sh.Z
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_ARGS= <
USE_IMAKE= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>