1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/palm/synce-libsynce/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

26 lines
606 B
Makefile

# Created by: Sam Lawrance <boris@brooknet.com.au>
# $FreeBSD$
PORTNAME= libsynce
PORTVERSION= 0.14
PORTREVISION= 2
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:devel/dbus-glib \
libhal.so: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>