2003-04-27 18:34:24 +02:00
|
|
|
# New ports collection makefile for: barrage
|
|
|
|
# Date created: 23 April 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= barrage
|
2011-08-02 00:10:16 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 1
|
2003-04-27 18:34:24 +02:00
|
|
|
CATEGORIES= games
|
2011-03-25 13:31:37 +01:00
|
|
|
MASTER_SITES= SF/lgames/${PORTNAME}
|
2003-04-27 18:34:24 +02:00
|
|
|
|
2008-06-24 09:11:00 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-27 18:34:24 +02:00
|
|
|
COMMENT= Destroy as many targets as possible
|
|
|
|
|
2004-01-20 18:37:47 +01:00
|
|
|
USE_SDL= sdl mixer
|
2011-03-25 13:31:37 +01:00
|
|
|
USE_GMAKE= yes
|
2003-04-27 18:34:24 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-profile-path=/var/games
|
|
|
|
|
2003-05-05 01:10:45 +02:00
|
|
|
post-patch:
|
2011-03-25 13:31:37 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure
|
2003-04-27 18:34:24 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|