3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
32 lines
733 B
Makefile
32 lines
733 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= 5
|
|
CATEGORIES= palm
|
|
MASTER_SITES= SF/synce
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|