mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
9f8f710b3e
Approved by: portmgr
21 lines
429 B
Makefile
21 lines
429 B
Makefile
PORTNAME= gcab
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GObject library to create cabinet files
|
|
WWW= https://wiki.gnome.org/msitools
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe gettext gnome meson pkgconfig tar:xz vala:build
|
|
USE_GNOME= glib20 introspection:build
|
|
CPE_VENDOR= gnome
|
|
|
|
MESON_ARGS= -Ddocs=false
|
|
|
|
.include <bsd.port.mk>
|