aboutsummaryrefslogtreecommitdiff
path: root/emulators/nemu/Makefile
blob: 4eb0e63069678ecbf79fb6d1fd338ddb17cea525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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>