diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-20 18:13:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-20 18:13:10 +0000 |
commit | 30adf52b446aff8f7ba5f291278122a3eba2e02b (patch) | |
tree | c3024ae3e0ad3253643b1a6ff21dbedbf76a44c9 | |
parent | create ${WRKDIRPREFIX}${CURDIR} before generate Makefile.inc (diff) |
Update this port to the new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=85244
-rw-r--r-- | devel/gnomevfs-extras/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/gnomevfs-extras/Makefile b/devel/gnomevfs-extras/Makefile index 7a7d72c735e2..2eb44d45a6ff 100644 --- a/devel/gnomevfs-extras/Makefile +++ b/devel/gnomevfs-extras/Makefile @@ -16,21 +16,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= einekoai@chello.nl COMMENT= A plugin for gnomevfs2 to browse smb shares with nautilus2 -LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 - USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --without-rio500 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' |