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