diff options
-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/ |