mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add new port emulators/ukncbtl:
UKNCBTL - UKNC Back to Life! - is a cross-platform UKNC emulator. UKNC, also known as Elektronika MS-0511, is a Soviet educational computer based on two PDP-11 compatible processors KM1801VM2.
This commit is contained in:
parent
44f4909f19
commit
7e0d5971d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520616
@ -140,6 +140,7 @@
|
||||
SUBDIR += tuxnes
|
||||
SUBDIR += uae
|
||||
SUBDIR += ucon64
|
||||
SUBDIR += ukncbtl
|
||||
SUBDIR += unicorn
|
||||
SUBDIR += vba
|
||||
SUBDIR += vboxtool
|
||||
|
40
emulators/ukncbtl/Makefile
Normal file
40
emulators/ukncbtl/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ukncbtl
|
||||
DISTVERSION= g20191117
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= UKNC (Elektronika MS-0511) emulator
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= LICENSE
|
||||
|
||||
USES= compiler:c++11-lang gl qmake qt:5
|
||||
|
||||
USE_GL= gl
|
||||
USE_QT= core gui multimedia network script testlib widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nzeemin
|
||||
GH_PROJECT= ukncbtl-qt
|
||||
GH_TAGNAME= 20b5f043
|
||||
|
||||
DESKTOP_ENTRIES= "UkncBtl" \
|
||||
"" \
|
||||
"" \
|
||||
"${PORTNAME}" \
|
||||
"" \
|
||||
true
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} '/^#include/s,malloc.h,stdlib.h,' ${WRKSRC}/stdafx.h
|
||||
${REINPLACE_CMD} '/^TARGET/s,QtUkncBtl,${PORTNAME},' ${WRKSRC}/QtUkncBtl.pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
emulators/ukncbtl/distinfo
Normal file
3
emulators/ukncbtl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1577007753
|
||||
SHA256 (nzeemin-ukncbtl-qt-g20191117-20b5f043_GH0.tar.gz) = 882d2e015d3d4f284a83bed0e46c75da6e9481def547e6af7e5a2ad3b0029e66
|
||||
SIZE (nzeemin-ukncbtl-qt-g20191117-20b5f043_GH0.tar.gz) = 166473
|
5
emulators/ukncbtl/pkg-descr
Normal file
5
emulators/ukncbtl/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
UKNCBTL - UKNC Back to Life! - is a cross-platform UKNC emulator.
|
||||
UKNC, also known as Elektronika MS-0511, is a Soviet educational
|
||||
computer based on two PDP-11 compatible processors KM1801VM2.
|
||||
|
||||
WWW: https://github.com/nzeemin/ukncbtl-doc/wiki
|
Loading…
Reference in New Issue
Block a user