Update deskutils/horde-mnemo to version 4.1.3
[dports.git] / deskutils / growl-for-linux / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       growl-for-linux
4 PORTVERSION=    0.6.9
5 PORTREVISION=   0
6 CATEGORIES=     deskutils
7
8 MAINTAINER=     nivit@FreeBSD.org
9 COMMENT=        Notification system compatible with Growl
10
11 LICENSE=        BSD
12
13 BUILD_DEPENDS=  desktop-file-install:${PORTSDIR}/devel/desktop-file-utils
14 LIB_DEPENDS=    libcurl.so:${PORTSDIR}/ftp/curl \
15                 libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
16
17 GH_ACCOUNT=     mattn
18 GH_COMMIT=      ac7c8cd
19 GH_TAGNAME=     ${GH_COMMIT}
20
21 GNU_CONFIGURE=  yes
22
23 OPTIONS_DEFINE= LIBNOTIFY
24 OPTIONS_DEFAULT=        LIBNOTIFY
25 LIBNOTIFY_DESC= Use notify-osd for libnotify display plugin
26
27 .include <bsd.port.options.mk>
28
29 .if ${PORT_OPTIONS:MLIBNOTIFY}
30 LIB_DEPENDS+=   libnotify.so:${PORTSDIR}/devel/libnotify
31 RUN_DEPENDS+=   notify-osd>=0.9.29_3:${PORTSDIR}/deskutils/notify-osd
32 .endif
33
34 PLIST_SUB=      DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,}
35
36 USE_AUTOTOOLS=  autoconf:env automake:env libtoolize:env
37 USE_GITHUB=     yes
38 USE_GCC=        any
39 USE_GNOME=      gtk20
40 USE_LDCONFIG=   yes
41 USE_OPENSSL=    yes
42 USE_SQLITE=     3
43 USES=           pkgconfig
44
45 WITH_OPENSSL_PORT=      yes
46
47 pre-configure:
48         @(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ${SH} autogen.sh)
49
50 .include <bsd.port.mk>