diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-24 17:00:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-24 17:00:18 +0800 |
commit | 5b2a8ea1f42df51999fcca5764610c1e9e0c668a (patch) | |
tree | 6ca45e20ad2f4ca3b6ba9c2ac5da9c3100cd4d60 | |
parent | cfb97c2b59c7fc8779ea1decce2bbc6f4b745768 (diff) | |
download | freebsd-ports-gnome-5b2a8ea1f42df51999fcca5764610c1e9e0c668a.tar.gz freebsd-ports-gnome-5b2a8ea1f42df51999fcca5764610c1e9e0c668a.tar.zst freebsd-ports-gnome-5b2a8ea1f42df51999fcca5764610c1e9e0c668a.zip |
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | misc/gnome-mime-data/Makefile | 9 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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/ |