aboutsummaryrefslogtreecommitdiff
path: root/palm/synce-vdccm/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-28 08:52:43 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-28 08:52:43 +0000
commit3c9f052d51c702fea986b41cccfc50892eb1a6c6 (patch)
treea19921cfded19bcf00dedd4df1b5d0ee461fa89d /palm/synce-vdccm/Makefile
parent26b4e3327608791512d5ac09a0810f93b56989af (diff)
downloadports-3c9f052d51c702fea986b41cccfc50892eb1a6c6.tar.gz
ports-3c9f052d51c702fea986b41cccfc50892eb1a6c6.zip
Update port verion and related.
Added missing dependency iconv.3. Now using LOCALBASE instead of PREFIX to tell build where to find libraries. PR: 56061 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=87870
Diffstat (limited to 'palm/synce-vdccm/Makefile')
-rw-r--r--palm/synce-vdccm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile
index 56fe5735c638..67bbe5cd6052 100644
--- a/palm/synce-vdccm/Makefile
+++ b/palm/synce-vdccm/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= synce-dccm
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
@@ -13,15 +13,15 @@ MASTER_SITE_SUBDIR= synce
MAINTAINER= boris@brooknet.com.au
COMMENT= Listener daemon for connections from WinCE devices
+LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
MAN1= dccm.1 synce-sound.1
-WRKSRC= ${WRKDIR}/synce-dccm-0.7
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --program-transform-name="" \
- --with-libsynce=${PREFIX}
+CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
INSTALLS_SHLIB= yes