f8f1a5d719
Reported by: portscout!
22 lines
365 B
Makefile
22 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nemu
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.4.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>
|