freebsd-ports/archivers/gnome-autoar/Makefile
Koop Mast 83968d0616 Readd gnome-autoar and update to 0.2.2.
* Use GNOME mirrors again
* Add license
* Review dependacies
* Drop USES=pathfix, pkg-config files are moved automaticly
* Drop gnome-autoar lines in MOVED

Obtained from:	gnome devel repo (based on)
2017-06-11 21:02:28 +00:00

23 lines
505 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-autoar
PORTVERSION= 0.2.2
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 libarchive libtool pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>