freebsd-ports/palm/synce-gnomevfs/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
734 B
Makefile

# New ports collection makefile for: synce-gnomevfs
# Date created: 28 August 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
#
PORTNAME= synce-gnomevfs
PORTVERSION= 0.9.0
PORTREVISION= 6
CATEGORIES= palm
MASTER_SITES= SF/synce
MAINTAINER= ports@logvinov.com
COMMENT= Gnome VFS module for WinCE devices
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomeprefix gnometarget gnomevfs2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE}
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
.include <bsd.port.post.mk>