diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index 2b7365a4c918..4fd79549cf91 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -10,13 +10,14 @@ MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Couple of command line utilities for working with desktop entries -USES= gettext gmake pkgconfig tar:xz +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext gmake localbase:ldflags pkgconfig tar:xz USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lispdir CONFIGURE_ENV= EMACS="no" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall diff --git a/devel/desktop-file-utils/pkg-descr b/devel/desktop-file-utils/pkg-descr index 5ea717bb35de..8916bce35b69 100644 --- a/devel/desktop-file-utils/pkg-descr +++ b/devel/desktop-file-utils/pkg-descr @@ -1,4 +1,4 @@ desktop-file-utils contains a couple of command line utilities for working with desktop entries, as well as a menu module for GnomeVFS. -WWW: http://www.freedesktop.org/Software/desktop-file-utils +WWW: https://www.freedesktop.org/wiki/Software/desktop-file-utils/