1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/palm/synce-libsynce/Makefile
Vanilla I. Shu 345a302cc7 1: Stagify.
2: USES=libtool, and bump version.
3: new syntax of LIB_DEPENDS.

Approved by:	portmgr@ (blanket approval)
2014-06-24 15:16:33 +00:00

26 lines
630 B
Makefile

# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= libsynce
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= palm
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
PKGNAMEPREFIX= synce-
MAINTAINER= webmaster@kibab.com
COMMENT= Library to support communication with WinCE devices
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libhal.so:${PORTSDIR}/sysutils/hal
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= pathfix iconv pkgconfig libtool
CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \
--enable-dccm-file-support=no \
--enable-hal-support=yes \
--enable-odccm-support=no
.include <bsd.port.mk>