aboutsummaryrefslogtreecommitdiff
path: root/games/atr3d
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
commitb47325edb2d93a726b151ae81f7ecd3c183f0565 (patch)
treeaf6266e338105f6caa968f90afd0c4e98288d6f5 /games/atr3d
parent413424ee99f55dc8d1d442dfc594daa157055a7b (diff)
downloadports-b47325edb2d93a726b151ae81f7ecd3c183f0565.tar.gz
ports-b47325edb2d93a726b151ae81f7ecd3c183f0565.zip
Notes
Diffstat (limited to 'games/atr3d')
-rw-r--r--games/atr3d/Makefile11
-rw-r--r--games/atr3d/pkg-descr1
2 files changed, 4 insertions, 8 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index 6108746c59da..11faaedae2eb 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: atr3d
-# Date created: 11 Jun 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
-#
PORTNAME= atr3d
PORTVERSION= 0.6
@@ -44,8 +40,9 @@ CONFIGURE_ARGS+= --disable-sound
.endif
pre-patch:
- @${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
- s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
+ @${REINPLACE_CMD} -i '' -e 's|^aclocal|${ACLOCAL}|' \
+ -e 's|^autoconf|${AUTOCONF}|' \
+ -e 's|^automake|${AUTOMAKE}|' \
${WRKSRC}/autogen.sh
@${REINPLACE_CMD} -e 's|-lopenal|& -lalut|' ${WRKSRC}/Makefile.am
diff --git a/games/atr3d/pkg-descr b/games/atr3d/pkg-descr
index f4b808ab263c..40f80d44b743 100644
--- a/games/atr3d/pkg-descr
+++ b/games/atr3d/pkg-descr
@@ -2,4 +2,3 @@ Avoid The Roid 3D is a 3D asteroids-like multiplayer game. The
player flies around in a three dimensional space, shooting
asteroids and other ships while trying to avoid running into
any of them or being shot.
-