aboutsummaryrefslogtreecommitdiffstats
path: root/palm/synce-serial/Makefile
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2008-07-26 22:15:55 +0800
committerlwhsu <lwhsu@FreeBSD.org>2008-07-26 22:15:55 +0800
commit39118d5d51b15b050dcd8414603efe3dfb6fff69 (patch)
tree9ee14b8bfbd5d8f174a31c59e4071951fb87a297 /palm/synce-serial/Makefile
parenta1adea8f2b37681d9758ec200325d2f7cd4f2568 (diff)
downloadfreebsd-ports-gnome-39118d5d51b15b050dcd8414603efe3dfb6fff69.tar.gz
freebsd-ports-gnome-39118d5d51b15b050dcd8414603efe3dfb6fff69.tar.zst
freebsd-ports-gnome-39118d5d51b15b050dcd8414603efe3dfb6fff69.zip
- Update to 0.11
- Pass maintainership to submitter PR: ports/125979 Submitted by: Alexander Logvinov <ports AT logvinov.com>
Diffstat (limited to 'palm/synce-serial/Makefile')
-rw-r--r--palm/synce-serial/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/palm/synce-serial/Makefile b/palm/synce-serial/Makefile
index c894bc4ba922..68e3ae828439 100644
--- a/palm/synce-serial/Makefile
+++ b/palm/synce-serial/Makefile
@@ -5,17 +5,22 @@
# $FreeBSD$
PORTNAME= synce-serial
-PORTVERSION= 0.9.1
+PORTVERSION= 0.11
CATEGORIES= palm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= synce
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Wrapper for pppd to initiate communications with WinCE devices
+MAINTAINER= ports@logvinov.com
+COMMENT= Wrapper for pppd to initiate communications with Windows Mobile devices
-MAN8= synce-serial-config.8 synce-serial-start.8 synce-serial-abort.8
+RUN_DEPENDS= vdccm:${PORTSDIR}/palm/synce-vdccm
+
+CONFLICTS= synce-hal-[0-9]*
+
+MAN8= ${PORTNAME}-config.8 ${PORTNAME}-start.8 \
+ ${PORTNAME}-abort.8 ${PORTNAME}-chat.8
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnometarget
.include <bsd.port.mk>