mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
35 lines
749 B
Makefile
35 lines
749 B
Makefile
# New ports collection makefile for: barrage
|
|
# Date created: 23 April 2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= barrage
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= lgames
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= Destroy as many targets as possible
|
|
|
|
USE_GMAKE= yes
|
|
USE_GETOPT_LONG=yes
|
|
USE_SDL= sdl mixer
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-profile-path=/var/games
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|applications|applnk/Applications|g' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|