2013-11-04 10:41:14 +01:00
|
|
|
# Created by: Rod Person <rodperson@rodperson.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dunst
|
|
|
|
PORTVERSION= 1.0.0
|
2014-07-01 20:53:47 +02:00
|
|
|
PORTREVISION= 2
|
2013-11-04 10:41:14 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.knopwob.org/public/dunst-release/
|
|
|
|
|
|
|
|
MAINTAINER= rodperson@rodperson.com
|
2013-11-08 23:06:57 +01:00
|
|
|
COMMENT= Lightweight notification daemon
|
2013-11-04 10:41:14 +01:00
|
|
|
|
2013-11-08 23:06:57 +01:00
|
|
|
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
|
2013-11-04 10:41:14 +01:00
|
|
|
|
2014-07-29 20:41:15 +02:00
|
|
|
USES= gmake pkgconfig:build perl5 tar:bzip2
|
2013-11-04 10:41:14 +01:00
|
|
|
USE_GNOME= glib20
|
|
|
|
USE_XORG= xext xft xinerama xscrnsaver
|
|
|
|
MAKE_ARGS+= MANPREFIX="${PREFIX}/man"
|
|
|
|
|
|
|
|
ALL_TARGET= dunst dunstify dunst.1
|
|
|
|
INSTALL_TARGET= install
|
|
|
|
|
2013-11-08 23:06:57 +01:00
|
|
|
LDFLAGS+= -Wall -rdynamic -lexecinfo
|
2013-11-04 10:41:14 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/dunst \
|
|
|
|
share/dunst/dunstrc \
|
|
|
|
man/man1/dunst.1.gz \
|
|
|
|
share/dbus-1/services/org.knopwob.dunst.service
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|