Skip to content

Commit

Permalink
emulators/uconvert: Add new port
Browse files Browse the repository at this point in the history
Add uconvert, a converter into Atari-specific graphics formats.
  • Loading branch information
jurajlutter committed Nov 20, 2022
1 parent 386f6c8 commit 7913d1a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions emulators/Makefile
Expand Up @@ -145,6 +145,7 @@
SUBDIR += tuxnes
SUBDIR += uae
SUBDIR += ucon64
SUBDIR += uconvert
SUBDIR += ukncbtl
SUBDIR += unicorn
SUBDIR += vba
Expand Down
30 changes: 30 additions & 0 deletions emulators/uconvert/Makefile
@@ -0,0 +1,30 @@
PORTNAME= uconvert
DISTVERSION= 1.01
CATEGORIES= emulators graphics

MAINTAINER= otis@FreeBSD.org
COMMENT= Bitmap converter into Atari-specific formats
WWW= https://github.com/mikrosk/uconvert

LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \
libxml2.so:textproc/libxml2

USES= compiler:c++17-lang gmake

USE_GITHUB= yes
GH_ACCOUNT= mikrosk
GH_PROJECT= uconvert
GH_TAGNAME= v${DISTVERSION}

PLIST_FILES= bin/uconvert

.include <bsd.port.pre.mk>

do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/uconvert ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.post.mk>
3 changes: 3 additions & 0 deletions emulators/uconvert/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1668946252
SHA256 (mikrosk-uconvert-1.01-v1.01_GH0.tar.gz) = 926c9b75d01ade2b80dd7767eb3231032e5191819d7793f4b34b8ac64c97e668
SIZE (mikrosk-uconvert-1.01-v1.01_GH0.tar.gz) = 19999045
2 changes: 2 additions & 0 deletions emulators/uconvert/pkg-descr
@@ -0,0 +1,2 @@
uConvert - bitmap converter into Atari formats.
Supported formats are ST/STE/TT/Falcon.

0 comments on commit 7913d1a

Please sign in to comment.