mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Stage support
- Convert to USES=pathfix from using gnomehack - Conver to USES=gmake from USE_GMAKE
This commit is contained in:
parent
35112b8f05
commit
e5535e7c99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349160
@ -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}!=""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user