freebsd-ports/archivers/gcab/Makefile
Baptiste Daroussin fb3d8a97b2 Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
2019-10-10 13:17:47 +00:00

23 lines
445 B
Makefile

# Created by: kwm@FreeBSD.org
# $FreeBSD$
PORTNAME= gcab
PORTVERSION= 1.0
CATEGORIES= archivers gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject library to create cabinet files
BUILD_DEPENDS= vala:lang/vala \
gtkdoc-scan:textproc/gtk-doc
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gettext gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
CPE_VENDOR= gnome
.include <bsd.port.mk>