1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/archivers/gcab/Makefile
Muhammad Moinur Rahman 9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00

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>