mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6b412b0c71
Although this is a beta release, it seems to work just fine, and the look is so much nicer, with those rendered figures ... :)
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# New ports collection makefile for: xblast
|
|
# Version required: 2.6
|
|
# Date created: Sat Nov 08 09:47:12 CET 1997
|
|
# Whom: se
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xblast-2.6.beta
|
|
PKGNAME= xblast-2.6b
|
|
CATEGORIES= games
|
|
# after end of beta test period:
|
|
# MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
# MASTER_SITE_SUBDIR= games/multiplayer
|
|
# but right now only available from:
|
|
MASTER_SITES= http://hamlet.ikp.uni-koeln.de/~vogel/archive/
|
|
|
|
MAINTAINER= se@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/XBlast-2.6.beta
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|