mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# Created by: kwm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcab
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= archivers gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GObject library to create cabinet files
|
|
|
|
BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala
|
|
|
|
USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 intlhack introspection:build
|
|
CPE_VENDOR= gnome
|
|
|
|
.include <bsd.port.mk>
|