blob: d8ce9868f7294fce6020e5c0560547c58b834595 (
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.0.0
PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Ncurses UI for QEMU
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>
|