aboutsummaryrefslogtreecommitdiff
path: root/emulators/nemu/Makefile
blob: 2f7dcc141298e7684d217a4e8dd757b2d4a3fa69 (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.5.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>