2e59490083
comment where sources have changed/no longer exist See port status web page (to be updated real-soon-now) for details
30 lines
689 B
Makefile
30 lines
689 B
Makefile
# $OpenBSD: Makefile,v 1.3 1998/11/09 01:49:58 marc Exp $
|
|
#
|
|
|
|
DISTNAME= xinvaders
|
|
DIST_SUBDIR= xinvaders
|
|
PKGNAME= xinvaders-2.0
|
|
CATEGORIES= games
|
|
|
|
NO_CDROM= "don't sell for profit"
|
|
|
|
MAINTAINER= pjanzen@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.x/volume19/xinvaders/ \
|
|
ftp://unix.hensa.ac.uk/archive/usenet/comp.sources.x/volume19/xinvaders/
|
|
DISTFILES= part01.Z part02.Z part03.Z
|
|
EXTRACT_CMD= zcat
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= | ${SETENV} gunshar -d $(WRKDIR)
|
|
|
|
BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
|
|
|
|
USE_IMAKE= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-patch:
|
|
@cd $(WRKSRC) ; mv xinvaders.ma xinvaders.man
|
|
|
|
.include <bsd.port.mk>
|