summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deskutils/drivel/Makefile24
-rw-r--r--deskutils/drivel/distinfo4
-rw-r--r--deskutils/drivel/pkg-plist2
3 files changed, 26 insertions, 4 deletions
diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile
index 862c8cb..2c5a05b 100644
--- a/deskutils/drivel/Makefile
+++ b/deskutils/drivel/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= drivel
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= kwm@rainbow-runner.nl
+MAINTAINER= kwm@FreeBSD.org
COMMENT= The Gnome livejournal client
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
@@ -24,4 +24,24 @@ USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+.ifndef(WITHOUT_RHYTHMBOX)
+CONFIGURE_ARGS+= --with-rhythmbox
+BUILD_DEPENDS+= rhythmbox:${PORTSDIR}/audio/rhythmbox
+RUN_DEPENDS+= ${BUILD_DEPENDS}
+.else
+CONFIGURE_ARGS+= --without-rhythmbox
+.endif
+
+.ifndef(WITHOUT_GTKSPELL)
+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
+.else
+CONFIGURE_ARGS+= --without-gtkspell
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "Define WITHOUT_RHYTHMBOX=yes to disable rhythmbox backend"
+ @${ECHO_MSG} "Define WITHOUT_GTKSPELL=yes to disable gtkspell"
+ @${ECHO_MSG} ""
+
.include <bsd.port.mk>
diff --git a/deskutils/drivel/distinfo b/deskutils/drivel/distinfo
index 643ce57..d9cbbcf8 100644
--- a/deskutils/drivel/distinfo
+++ b/deskutils/drivel/distinfo
@@ -1,2 +1,2 @@
-MD5 (drivel-1.2.0.tar.bz2) = a732e60cf5d46950bad08e67b7a80f4c
-SIZE (drivel-1.2.0.tar.bz2) = 493657
+MD5 (drivel-1.2.1.tar.bz2) = 4c3855c58e48f0e1bfa0070f2b55f8bd
+SIZE (drivel-1.2.1.tar.bz2) = 510003
diff --git a/deskutils/drivel/pkg-plist b/deskutils/drivel/pkg-plist
index e8d8418..29af1cc 100644
--- a/deskutils/drivel/pkg-plist
+++ b/deskutils/drivel/pkg-plist
@@ -40,8 +40,10 @@ share/locale/de/LC_MESSAGES/drivel.mo
share/locale/en_CA/LC_MESSAGES/drivel.mo
share/locale/en_GB/LC_MESSAGES/drivel.mo
share/locale/es/LC_MESSAGES/drivel.mo
+share/locale/ja/LC_MESSAGES/drivel.mo
share/locale/nl/LC_MESSAGES/drivel.mo
share/locale/no/LC_MESSAGES/drivel.mo
+share/locale/pa/LC_MESSAGES/drivel.mo
share/locale/pt/LC_MESSAGES/drivel.mo
share/locale/pt_BR/LC_MESSAGES/drivel.mo
share/locale/sq/LC_MESSAGES/drivel.mo
OpenPOWER on IntegriCloud