aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gcab/Makefile
blob: b009eab7162a571908e0656bf41981773a22bd52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: kwm@FreeBSD.org
# $FreeBSD$

PORTNAME=   gcab
PORTVERSION=    0.4
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>