blob: 1598e4b820a3bd88d642fe337873da0e1dc98345 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= libslirp
DISTVERSION= 4.6.1
CATEGORIES= net
MAINTAINER= makc@FreeBSD.org
COMMENT= General purpose TCP-IP emulator library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= cpe gnome meson pkgconfig tar:bz2
USE_GNOME= glib20
USE_LDCONFIG= yes
CPE_VENDOR= libslirp_project
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= slirp
GL_COMMIT= cceced0cce9d578ed01db68edf31af78eb66f858
.include <bsd.port.mk>
|