aboutsummaryrefslogtreecommitdiff
path: root/emulators/dtcyber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/dtcyber/Makefile')
-rw-r--r--emulators/dtcyber/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile
deleted file mode 100644
index 100e0761d116..000000000000
--- a/emulators/dtcyber/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: trasz <trasz@pin.if.uz.zgora.pl>
-
-PORTNAME= dtcyber
-PORTVERSION= 2.0b1
-PORTREVISION= 3
-CATEGORIES= emulators
-MASTER_SITES= http://members.iinet.net.au/~tom-hunter/ \
- LOCAL/trasz
-DISTNAME= dtcyber20b1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Desktop CYBER Emulator
-
-USES= dos2unix zip xorg
-USE_XORG= x11
-NO_WRKSUBDIR= yes
-INSTALL_TARGET=
-MAKEFILE= Makefile.x11
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-CFLAGS+= -fcommon
-
-DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
-EXPIRATION_DATE=2021-04-01
-
-SUB_FILES= pkg-message
-PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap
-
-BROKEN_aarch64= Fails to compile: error: Unable to determine size of basic data types
-BROKEN_armv6= Fails to compile: error: Unable to determine size of basic data types
-BROKEN_armv7= Fails to compile: error: Unable to determine size of basic data types
-BROKEN_mips64= Fails to compile: error: Unable to determine size of basic data types
-BROKEN_riscv64= Fails to compile: error: Unable to determine size of basic data types
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/cyber.ini ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/Os/cos.tap ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>