aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dunst
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2013-11-08 22:06:57 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2013-11-08 22:06:57 +0000
commit93af8f0761f76cf06445a03ba35e395a58ac71ec (patch)
treef39a931feba1d5cec5a2a2517a327cdb72198d4c /sysutils/dunst
parent2a7dd78bf9ff3357aacc47c86e801161eecf96e4 (diff)
downloadports-93af8f0761f76cf06445a03ba35e395a58ac71ec.tar.gz
ports-93af8f0761f76cf06445a03ba35e395a58ac71ec.zip
- Fixed mistake at the COMMENT
- Changed LIB_DEPENDS to modern syntax - Removed -O3 and -g flags to compiler - Removed CFLAGS because not necessary - A bit modified pkg-descr with recommendations by danfe Submitted by: danfe
Notes
Notes: svn path=/head/; revision=333264
Diffstat (limited to 'sysutils/dunst')
-rw-r--r--sysutils/dunst/Makefile21
-rw-r--r--sysutils/dunst/pkg-descr8
2 files changed, 15 insertions, 14 deletions
diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile
index 5d5f14ca86d6..c37676770398 100644
--- a/sysutils/dunst/Makefile
+++ b/sysutils/dunst/Makefile
@@ -7,15 +7,17 @@ CATEGORIES= sysutils
MASTER_SITES= http://www.knopwob.org/public/dunst-release/
MAINTAINER= rodperson@rodperson.com
-COMMENT= Lightweight notification deamon
+COMMENT= Lightweight notification daemon
-LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
- dbus:${PORTSDIR}/devel/dbus \
- execinfo:${PORTSDIR}/devel/libexecinfo \
- freetype:${PORTSDIR}/print/freetype2 \
- notify:${PORTSDIR}/devel/libnotify \
- pango:${PORTSDIR}/x11-toolkits/pango \
- xdg-basedir:${PORTSDIR}/x11/libxdg-basedir
+LICENSE= BSD
+
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+ libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libpango-1.0.so:${PORTSDIR}/x11-toolkits/pango \
+ libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir
USES= gmake pkgconfig:build
USE_BZIP2= yes
@@ -27,8 +29,7 @@ MAKE_ARGS+= MANPREFIX="${PREFIX}/man"
ALL_TARGET= dunst dunstify dunst.1
INSTALL_TARGET= install
-LDFLAGS+= -O3 -g -Wall -rdynamic -lexecinfo
-CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -Wall -rdynamic -lexecinfo
PLIST_FILES= bin/dunst \
share/dunst/dunstrc \
diff --git a/sysutils/dunst/pkg-descr b/sysutils/dunst/pkg-descr
index 8d637d55be69..eddebe90b6b4 100644
--- a/sysutils/dunst/pkg-descr
+++ b/sysutils/dunst/pkg-descr
@@ -1,6 +1,6 @@
Dunst is a lightweight replacement for the notification-daemons provided
-by most desktop environments. It's very customizable, doesn't depend on
-any toolkits and therefore fits in those windowmanager centric setups we
-all love to customize to perfection.
+by most desktop environments. It's very customizable, doesn't depend on
+any toolkits, and therefore fits in those window manager centric setups
+we all love to customize to perfection.
-WWW: http://www.knopwob.org/dunst
+WWW: http://www.knopwob.org/dunst/