From 5b2a8ea1f42df51999fcca5764610c1e9e0c668a Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 24 Nov 2017 09:00:18 +0000 Subject: - Add LICENSE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket --- misc/gnome-mime-data/Makefile | 9 +++++---- misc/gnome-mime-data/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index fbdbc8ebc151..1af55f785aca 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -7,16 +7,17 @@ PORTVERSION= 2.18.0 PORTREVISION= 5 CATEGORIES= misc gnome MASTER_SITES= GNOME -DISTNAME= gnome-mime-data-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= MIME and Application database for GNOME -USES= gettext gmake pathfix tar:bzip2 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext gmake localbase pathfix tar:bzip2 USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lintl +LIBS+= -lintl .include diff --git a/misc/gnome-mime-data/pkg-descr b/misc/gnome-mime-data/pkg-descr index 349bb253a59c..bb4738e436d5 100644 --- a/misc/gnome-mime-data/pkg-descr +++ b/misc/gnome-mime-data/pkg-descr @@ -1,4 +1,4 @@ The base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ -- cgit