diff options
author | novel <novel@FreeBSD.org> | 2014-03-26 00:37:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2014-03-26 00:37:49 +0800 |
commit | 0e94dc3a4de2dc1f9fd4fefd572771313092c018 (patch) | |
tree | 53f4a3f2906148c0622630fdcd6b3a19bd5b6e24 /deskutils/logjam | |
parent | b884a64a74fe020e0ca4a8bdf2a55473afed1a34 (diff) | |
download | freebsd-ports-gnome-0e94dc3a4de2dc1f9fd4fefd572771313092c018.tar.gz freebsd-ports-gnome-0e94dc3a4de2dc1f9fd4fefd572771313092c018.tar.zst freebsd-ports-gnome-0e94dc3a4de2dc1f9fd4fefd572771313092c018.zip |
- Stage support
- Convert to USES=pathfix from using gnomehack
- Conver to USES=gmake from USE_GMAKE
Diffstat (limited to 'deskutils/logjam')
-rw-r--r-- | deskutils/logjam/Makefile | 8 | ||||
-rw-r--r-- | deskutils/logjam/pkg-plist | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index bdb7c83ce3d9..e912f07bb72f 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -13,14 +13,11 @@ COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -MAN1= logjam.1 - -USES= pkgconfig +USES= pkgconfig gmake pathfix USE_BZIP2= yes -USE_GMAKE= yes WANT_GNOME= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 intlhack +USE_GNOME= gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include @@ -44,7 +41,6 @@ PLIST_SUB+= WITH_XMMS="@comment " CONFIGURE_ARGS+= --without-xmms .endif -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mgtkhtml3}!="" diff --git a/deskutils/logjam/pkg-plist b/deskutils/logjam/pkg-plist index b960015570ac..1fff696c8583 100644 --- a/deskutils/logjam/pkg-plist +++ b/deskutils/logjam/pkg-plist @@ -1,4 +1,5 @@ bin/logjam +man/man1/logjam.1.gz %%WITH_XMMS%%bin/logjam-xmms-client share/applications/logjam.desktop share/pixmaps/logjam_goat.png |