3f651573ad
Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
26 lines
630 B
Makefile
26 lines
630 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.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= palm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
MAINTAINER= boris@brooknet.com.au
|
|
COMMENT= Gnome VFS module for WinCE devices
|
|
|
|
LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
|
|
|
|
USE_GNOME= gnomeprefix gnometarget gnomevfs2
|
|
USE_X_PREFIX= yes
|
|
USE_LIBTOOL_VER=13
|
|
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|