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
|
2005-07-27 00:21:13 +02:00
|
|
|
PORTVERSION= 1.0.2
|
2003-04-27 18:34:24 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= lgames
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2005-07-27 00:21:13 +02:00
|
|
|
MAINTAINER= az@inec.ru
|
2003-04-27 18:34:24 +02:00
|
|
|
COMMENT= Destroy as many targets as possible
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2005-07-27 00:21:13 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2004-01-20 18:37:47 +01:00
|
|
|
USE_SDL= sdl mixer
|
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
|
|
|
USE_REINPLACE= yes
|
2003-04-27 18:34:24 +02:00
|
|
|
|
2004-01-20 18:37:47 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
|
2003-04-27 18:34:24 +02:00
|
|
|
|
2003-05-05 01:10:45 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|applications|applnk/Applications|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2003-04-27 18:34:24 +02:00
|
|
|
post-install:
|
|
|
|
${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|