1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/palm/synce-dccm/Makefile
Pav Lucistnik 474869f534 - Update to 0.9.0
PR:		ports/72245, ports/72246, ports/72247, ports/72248,
		ports/72249, ports/72250, ports/72251
Submitted by:	Sam Lawrance <boris@brooknet.com.au> (maintainer)
2005-01-08 21:39:58 +00:00

33 lines
1.0 KiB
Makefile

# New ports collection makefile for: synce-dccm
# Date created: 14 June 2003
# Whom: Sam Lawrance <boris@brooknet.com.au>
#
# $FreeBSD$
PORTNAME= synce-dccm
PORTVERSION= 0.9.0
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
MAINTAINER= boris@brooknet.com.au
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
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
USE_ICONV= yes
post-install:
@${ECHO_CMD} "*******************************************************************************"
@${ECHO_CMD} "*** Edit ${PREFIX}/bin/synce-sound and substitute 'playwave' "
@${ECHO_CMD} "*** for your wavefile player of choice."
@${ECHO_CMD} "*******************************************************************************"
.include <bsd.port.mk>