summaryrefslogtreecommitdiff
path: root/games/acm/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 09:07:24 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 18:59:38 -0500
commitf6dcdbb5e3d4890b279026b54b1e095c61f08ba0 (patch)
tree669dc8dea7687efcfecaadd1c5173dee29c74099 /games/acm/Makefile
parentemulators/pcsxr: Remove expired port: (diff)
games/acm: Remove expired port:
2023-03-31 games/acm: Abandoned upstream. Does not work.
Diffstat (limited to '')
-rw-r--r--games/acm/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
deleted file mode 100644
index d94b9a820dd6..000000000000
--- a/games/acm/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= acm
-PORTVERSION= 5.0
-PORTREVISION= 3
-CATEGORIES= games
-MASTER_SITES= # none known
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Aerial combat simulator for X11
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Abandoned upstream. Does not work.
-EXPIRATION_DATE= 2023-03-31
-
-USES= perl5 xorg
-USE_PERL5= build
-USE_XORG= x11 xext
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --x-includes=${LOCALBASE}/include \
- --x-libraries=${LOCALBASE}/lib
-CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \
- ac_cv_lib_gdbm_dbm_fetch=no
-MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
-
-# Fix build with clang11
-CFLAGS+= -fcommon
-
-OPTIONS_DEFINE= SOUND
-
-SOUND_LIB_DEPENDS= libaudio.so:audio/nas
-SOUND_CONFIGURE_ENV_OFF= ac_cv_lib_audio_AuCloseServer=no
-
-.include <bsd.port.mk>