diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-11 09:04:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-11 09:04:37 +0000 |
commit | 0d8ee60980ccc78d816f5ed861a9d003feb27a9d (patch) | |
tree | ba2d89f849164208bfe79686cfe36896d008962a | |
parent | New port: audio/libmusicxml: Library and tools for the MusicXML format (diff) |
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=453963
-rw-r--r-- | sysutils/battfink/Makefile | 8 | ||||
-rw-r--r-- | sysutils/battfink/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/battfink/Makefile b/sysutils/battfink/Makefile index 8f761a591434..5d41a5ec1176 100644 --- a/sysutils/battfink/Makefile +++ b/sysutils/battfink/Makefile @@ -11,13 +11,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Energy saving preferences app for GNOME +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + INSTALLS_OMF= yes USE_GNOME= gnomeprefix libgnomeui -USES= gettext gmake pathfix pkgconfig tar:bzip2 +USES= gettext gmake localbase pathfix pkgconfig tar:bzip2 USE_XORG= x11 xext GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lX11 -lXext +LIBS+= -lX11 -lXext INSTALL_TARGET= install-strip GCONF_SCHEMAS= battfink.schemas diff --git a/sysutils/battfink/pkg-descr b/sysutils/battfink/pkg-descr index 8670185a6364..40b624508505 100644 --- a/sysutils/battfink/pkg-descr +++ b/sysutils/battfink/pkg-descr @@ -1,4 +1,4 @@ Battfink lets you configure energy saving options. It comes with an associated battery notification icon. -WWW: http://www.gnome.org +WWW: https://www.gnome.org/ |