aboutsummaryrefslogtreecommitdiff
path: root/emulators/nemu/Makefile
blob: b62d18394127a4ff01a6ea98ab95d2bd82a4b341 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	nemu
DISTVERSIONPREFIX=	v
DISTVERSION=	2.6.0
CATEGORIES=	emulators

MAINTAINER=	arrowd@FreeBSD.org
COMMENT=	Ncurses UI for QEMU

LICENSE=	BSD2CLAUSE

LIB_DEPENDS=	libudev.so:devel/libudev-devd

USES=		cmake gettext-runtime gettext-tools gnome libarchive sqlite

USE_GITHUB=	yes
GH_ACCOUNT=	nemuTUI

USE_GNOME=	libxml2

.include <bsd.port.mk>