2003-08-01 16:32:15 +02:00
|
|
|
# New ports collection makefile for: synce-dccm
|
|
|
|
# Date created: 14 June 2003
|
|
|
|
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= synce-dccm
|
2005-08-01 19:00:50 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2003-08-01 16:32:15 +02:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= synce
|
|
|
|
|
2005-10-29 06:25:00 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-01 16:32:15 +02:00
|
|
|
COMMENT= Listener daemon for connections from WinCE devices
|
|
|
|
|
|
|
|
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
|
|
|
|
|
|
|
|
MAN1= dccm.1 synce-sound.1
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-08-28 10:52:43 +02:00
|
|
|
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
|
|
|
|
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
|
2004-03-12 12:01:56 +01:00
|
|
|
USE_ICONV= yes
|
2003-08-01 16:32:15 +02:00
|
|
|
|
2004-03-12 12:01:56 +01:00
|
|
|
post-install:
|
|
|
|
@${ECHO_CMD} "*******************************************************************************"
|
|
|
|
@${ECHO_CMD} "*** Edit ${PREFIX}/bin/synce-sound and substitute 'playwave' "
|
|
|
|
@${ECHO_CMD} "*** for your wavefile player of choice."
|
|
|
|
@${ECHO_CMD} "*******************************************************************************"
|
|
|
|
|
2003-08-01 16:32:15 +02:00
|
|
|
.include <bsd.port.mk>
|