mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
474869f534
PR: ports/72245, ports/72246, ports/72247, ports/72248, ports/72249, ports/72250, ports/72251 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
27 lines
654 B
Makefile
27 lines
654 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
|
|
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_INC_LIBTOOL_VER=13
|
|
CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
|
|
--with-libsynce=${LOCALBASE}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|