1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/games/xasteroids/Makefile

24 lines
515 B
Makefile
Raw Normal View History

1995-01-04 08:56:18 +00:00
# New ports collection makefile for: xasteroids
# Version required: 5
1995-01-04 08:56:18 +00:00
# Date created: 3 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.8 1997/05/30 06:48:34 fenner Exp $
1995-01-04 08:56:18 +00:00
#
DISTNAME= xasteroids
PKGNAME= xasteroids-5.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/
1995-01-04 08:56:18 +00:00
EXTRACT_SUFX= .sh.Z
MAINTAINER= swallace@FreeBSD.org
1995-01-04 08:56:18 +00:00
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
EXTRACT_ARGS= <
MAN6= xasteroids.6
1995-01-04 08:56:18 +00:00
.include <bsd.port.mk>