83968d0616
* 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)
23 lines
505 B
Makefile
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>
|