freebsd-ports/archivers/gcab/Makefile
Koop Mast b0c884e2e7 Update gcab to 0.5.
- add gcab_cabinet_get_signature()
- translation updates
- build warning fixes
2015-03-09 16:20:30 +00:00

18 lines
391 B
Makefile

# Created by: kwm@FreeBSD.org
# $FreeBSD$
PORTNAME= gcab
PORTVERSION= 0.5
CATEGORIES= archivers gnome
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject library to create cabinet files
BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala
USES= gettext gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= glib20 intlhack introspection:build
.include <bsd.port.mk>