freebsd-ports/archivers/gnome-autoar/Makefile
Baptiste Daroussin cb2c2d53fc Update to 0.2.4
2019-12-16 08:49:02 +00:00

23 lines
511 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-autoar
PORTVERSION= 0.2.4
CATEGORIES= archivers
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Glib wrapper around libarchives
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
USES= gettext-runtime gmake gnome libarchive libtool pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>