mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 3 additions and 6 deletions
|
@ -13,14 +13,11 @@ COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com
|
||||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||||
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
||||||
|
|
||||||
MAN1= logjam.1
|
USES= pkgconfig gmake pathfix
|
||||||
|
|
||||||
USES= pkgconfig
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 intlhack
|
USE_GNOME= gnomeprefix gtk20 libxml2 intlhack
|
||||||
CONFIGURE_ARGS= --program-transform-name="s/$$//"
|
CONFIGURE_ARGS= --program-transform-name="s/$$//"
|
||||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
@ -44,7 +41,6 @@ PLIST_SUB+= WITH_XMMS="@comment "
|
||||||
CONFIGURE_ARGS+= --without-xmms
|
CONFIGURE_ARGS+= --without-xmms
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${HAVE_GNOME:Mgtkhtml3}!=""
|
.if ${HAVE_GNOME:Mgtkhtml3}!=""
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/logjam
|
bin/logjam
|
||||||
|
man/man1/logjam.1.gz
|
||||||
%%WITH_XMMS%%bin/logjam-xmms-client
|
%%WITH_XMMS%%bin/logjam-xmms-client
|
||||||
share/applications/logjam.desktop
|
share/applications/logjam.desktop
|
||||||
share/pixmaps/logjam_goat.png
|
share/pixmaps/logjam_goat.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue