aboutsummaryrefslogtreecommitdiff
path: root/emulators/nemu/Makefile
blob: 6f70ad0dfaa7142a21b8b3c89718750b1c1c73c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	nemu
DISTVERSIONPREFIX=	v
DISTVERSION=	3.4.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>