diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-02 17:07:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-07-02 17:07:35 +0800 |
commit | 8335b821a876d7829bb6af0eec889f1b089557b2 (patch) | |
tree | a1950f75a6b2ed43e455cef7d2967f28bf93bf1e /devel/desktop-file-utils | |
parent | 7e241b36c25a75c7be44ebdc385db3db87002d6a (diff) | |
download | freebsd-ports-gnome-8335b821a876d7829bb6af0eec889f1b089557b2.tar.gz freebsd-ports-gnome-8335b821a876d7829bb6af0eec889f1b089557b2.tar.zst freebsd-ports-gnome-8335b821a876d7829bb6af0eec889f1b089557b2.zip |
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'devel/desktop-file-utils')
-rw-r--r-- | devel/desktop-file-utils/Makefile | 7 | ||||
-rw-r--r-- | devel/desktop-file-utils/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
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/ |