2003-08-01 15:58:54 +02:00
|
|
|
# New ports collection makefile for: synce-serial
|
|
|
|
# Date created: 14 June 2003
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= synce-serial
|
2005-01-08 22:39:58 +01:00
|
|
|
PORTVERSION= 0.9.0
|
2003-08-01 15:58:54 +02:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
|
2005-04-12 15:00:32 +02:00
|
|
|
MAINTAINER= lawrance@FreeBSD.org
|
2003-08-01 15:58:54 +02:00
|
|
|
COMMENT= Wrapper for pppd to initiate communications with WinCE devices
|
|
|
|
|
2003-08-28 10:24:44 +02:00
|
|
|
MAN8= synce-serial-config.8 synce-serial-start.8 synce-serial-abort.8
|
2003-08-01 15:58:54 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-28 10:24:44 +02:00
|
|
|
|
2003-08-01 15:58:54 +02:00
|
|
|
.include <bsd.port.mk>
|