87e8ce533d
Update gcab to 0.8. Security fix release with normal bug fixes. Security: 2cceb80e-c482-4cfd-81b3-2088d2c0ad53 CVE-2018-5345 Approved by: ports-secteam (swills@)
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# Created by: kwm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcab
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= archivers gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GObject library to create cabinet files
|
|
|
|
BUILD_DEPENDS= vala:lang/vala
|
|
|
|
USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 intlhack introspection:build
|
|
CPE_VENDOR= gnome
|
|
|
|
.include <bsd.port.mk>
|