freebsd-ports/games/barrage/Makefile

26 lines
530 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}
2008-06-24 09:11:00 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Destroy as many targets as possible
2004-01-20 18:37:47 +01:00
USE_SDL= sdl mixer
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-profile-path=/var/games
post-patch:
@${REINPLACE_CMD} -e 's|/games/|/|g' ${WRKSRC}/configure
.include <bsd.port.mk>