mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d129587b5d
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
23 lines
514 B
Makefile
23 lines
514 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-autoar
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= LOCAL/kwm
|
|
#MASTER_SITES= GNOME
|
|
#DISTDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Glib wrapper around libarchives
|
|
|
|
USES= gmake libarchive libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gtk30 introspection:build
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.desktop.archives.enums.xml \
|
|
org.gnome.desktop.archives.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|