aboutsummaryrefslogtreecommitdiff
path: root/games/atr3d/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-02-25 21:44:26 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-02-25 21:44:26 +0000
commitd08abc1cdc63bc5eefadd3ce71b899c17bce54ec (patch)
tree7fc32f3e6c00857aa94e2e4303aabf7d3d0be399 /games/atr3d/Makefile
parent45732ab1a70ce71eb4daa0e561c5eaf8128d8ff9 (diff)
downloadports-d08abc1cdc63bc5eefadd3ce71b899c17bce54ec.tar.gz
ports-d08abc1cdc63bc5eefadd3ce71b899c17bce54ec.zip
Notes
Diffstat (limited to 'games/atr3d/Makefile')
-rw-r--r--games/atr3d/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index 5be44f05ddeb..303e4e2ce6e0 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@FreeBSD.org
COMMENT= 3D asteroids-like multiplayer game
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
@@ -38,14 +38,6 @@ USE_AUTOTOOLS= automake:19 autoconf:261
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-.if ${ARCH} == amd64 || ${ARCH} == sparc64
-BROKEN= does not compile
-.endif
-.endif
-
pre-patch:
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
@@ -63,4 +55,4 @@ post-configure:
's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/Makefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>