freebsd-ports/palm/synce-gvfs/Makefile
Sam Lawrance 8a51e28451 Set my ports to their shiny new MAINTAINER address.
Approved by:	clement (mentor)
2005-04-12 13:00:32 +00:00

28 lines
669 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= 1
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= lawrance@FreeBSD.org
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_INC_LIBTOOL_VER=13
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
--with-libsynce=${LOCALBASE}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>