freebsd-ports/archivers/gnome-autoar/Makefile
Baptiste Daroussin fb3d8a97b2 Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
2019-10-10 13:17:47 +00:00

23 lines
511 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-autoar
PORTVERSION= 0.2.3
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>