0c812ca73e
Reported by: portscout!
24 lines
434 B
Makefile
24 lines
434 B
Makefile
PORTNAME= nemu
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.2.0
|
|
CATEGORIES= emulators
|
|
|
|
MAINTAINER= arrowd@FreeBSD.org
|
|
COMMENT= Ncurses UI for QEMU
|
|
WWW= https://github.com/nemuTUI/nemu
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libudev.so:devel/libudev-devd \
|
|
libjson-c.so:devel/json-c
|
|
|
|
USES= cmake gettext-runtime gettext-tools gnome libarchive pkgconfig \
|
|
sqlite
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nemuTUI
|
|
|
|
USE_GNOME= libxml2
|
|
|
|
.include <bsd.port.mk>
|