30 lines
689 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 1998/11/09 01:49:58 marc Exp $
1998-05-20 03:14:43 +00:00
#
DISTNAME= xinvaders
DIST_SUBDIR= xinvaders
1998-09-25 22:49:19 +00:00
PKGNAME= xinvaders-2.0
1998-05-20 03:14:43 +00:00
CATEGORIES= games
NO_CDROM= "don't sell for profit"
MAINTAINER= pjanzen@openbsd.org
1998-09-25 22:49:19 +00:00
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)
1998-09-25 22:49:19 +00:00
BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
1998-05-20 03:14:43 +00:00
USE_IMAKE= yes
NO_WRKSUBDIR= yes
1998-09-25 22:49:19 +00:00
pre-patch:
@cd $(WRKSRC) ; mv xinvaders.ma xinvaders.man
1998-05-20 03:14:43 +00:00
.include <bsd.port.mk>