openbsd-ports/games/xasteroids/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

26 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.19 2001/10/28 13:05:46 espie Exp $
COMMENT= "X11-based asteroids-style arcade"
DISTNAME= xasteroids
PKGNAME= xasteroids-5.0
CATEGORIES= games
NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.freesoftware.com/pub/X11/R5contrib/
EXTRACT_SUFX= .sh.Z
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= imake
WRKDIST= ${WRKDIR}
post-extract:
@cp ${FILESDIR}/Imakefile ${WRKSRC}
@mv ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
.include <bsd.port.mk>