5f521c385d
system for Mac OS X. WWW: http://mattn.github.com/growl-for-linux/
48 lines
1,012 B
Makefile
48 lines
1,012 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= growl-for-linux
|
|
PORTVERSION= 0.6.8
|
|
#PORTREVISION= 0
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Notification system compatible with Growl
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
dbus-glib-1:${PORTSDIR}/devel/dbus-glib
|
|
|
|
GH_ACCOUNT= mattn
|
|
GH_COMMIT= cab80f2
|
|
GH_TAGNAME= master
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= LIBNOTIFY
|
|
OPTIONS_DEFAULT= LIBNOTIFY
|
|
LIBNOTIFY_DESC= Use notify-osd for libnotify display plugin
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MLIBNOTIFY}
|
|
LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
|
|
RUN_DEPENDS+= notify-osd>=0.9.29_3:${PORTSDIR}/deskutils/notify-osd
|
|
.endif
|
|
|
|
PLIST_SUB= DESKTOPDIR=${_DESKTOPDIR_REL}
|
|
|
|
USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env
|
|
USE_GITHUB= yes
|
|
USE_GNOME= desktopfileutils gtk20
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
USE_PKGCONFIG= build
|
|
USE_SQLITE= 3
|
|
|
|
WITH_OPENSSL_PORT= yes
|
|
|
|
pre-configure:
|
|
@(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ${SH} autogen.sh)
|
|
|
|
.include <bsd.port.mk>
|