mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f4d6acbc42
there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# New ports collection makefile for: xasteroids
|
|
# Version required: 5
|
|
# Date created: 3 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/01 12:45:08 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= xasteroids
|
|
PKGNAME= xasteroids-5.0
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://calypso-2.oit.unc.edu/pub/X11/contrib/
|
|
EXTRACT_SUFX= .sh.Z
|
|
|
|
USE_IMAKE= yes
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s )
|
|
EXTRACT_ARGS= <
|
|
|
|
.include <bsd.port.mk>
|