29 lines
719 B
Makefile
29 lines
719 B
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.7
|
||
|
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
|
||
|
|
||
|
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}
|
||
|
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|