2001-08-17 16:35:56 +02:00
|
|
|
# New ports collection makefile for: logjam
|
|
|
|
# Date created: 13 Aug 01
|
|
|
|
# Whom: alanp@unixpower.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= logjam
|
2006-02-10 18:01:53 +01:00
|
|
|
PORTVERSION= 4.5.3
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 11
|
2001-08-17 16:35:56 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://logjam.danga.com/download/
|
|
|
|
|
2006-01-07 00:30:38 +01:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2004-05-27 10:27:55 +02:00
|
|
|
COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com
|
2001-08-17 16:35:56 +02:00
|
|
|
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
2001-08-17 16:35:56 +02:00
|
|
|
|
|
|
|
MAN1= logjam.1
|
|
|
|
|
2004-05-27 10:27:55 +02:00
|
|
|
USE_BZIP2= yes
|
2001-08-17 16:35:56 +02:00
|
|
|
USE_GMAKE= yes
|
2004-05-27 10:27:55 +02:00
|
|
|
WANT_GNOME= yes
|
2001-08-17 16:35:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-27 10:27:55 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 intlhack
|
|
|
|
CONFIGURE_ARGS= --program-transform-name="s/$$//"
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-05-09 18:46:24 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2001-08-17 16:35:56 +02:00
|
|
|
|
2004-05-27 10:27:55 +02:00
|
|
|
.ifndef(WITHOUT_GTKSPELL)
|
2006-05-28 17:54:10 +02:00
|
|
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
2004-05-27 10:27:55 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-gtkspell
|
|
|
|
.endif
|
|
|
|
|
2005-09-04 16:45:25 +02:00
|
|
|
.if defined(WITH_SQLITE)
|
|
|
|
CONFIGURE_ARGS+= --with-sqlite3
|
|
|
|
LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
|
|
|
.endif
|
|
|
|
|
2004-05-27 10:27:55 +02:00
|
|
|
.if defined(WITH_XMMS)
|
|
|
|
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
PLIST_SUB+= WITH_XMMS=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= WITH_XMMS="@comment "
|
|
|
|
CONFIGURE_ARGS+= --without-xmms
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${HAVE_GNOME:Mgtkhtml3}!=""
|
|
|
|
USE_GNOME+= gtkhtml3
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-gtkhtml
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${HAVE_GNOME:Mlibrsvg2}!=""
|
|
|
|
USE_GNOME+= librsvg2
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-librsvg
|
|
|
|
.endif
|
|
|
|
|
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
@${ECHO_MSG} "logjam has the following tunable option(s):"
|
|
|
|
@${ECHO_MSG} " WITHOUT_GTKSPELL Disable spell checking"
|
|
|
|
@${ECHO_MSG} " WITH_XMMS Enable XMMS music detection"
|
|
|
|
@${ECHO_MSG} ""
|
|
|
|
|
2004-12-22 01:40:53 +01:00
|
|
|
post-patch:
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|libgtkhtml-3.0|libgtkhtml-3.18|g' ${WRKSRC}/configure
|
2004-12-22 01:40:53 +01:00
|
|
|
|
2004-05-27 10:27:55 +02:00
|
|
|
.include <bsd.port.post.mk>
|