mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3c9f052d51
Added missing dependency iconv.3. Now using LOCALBASE instead of PREFIX to tell build where to find libraries. PR: 56061 Submitted by: maintainer
29 lines
755 B
Makefile
29 lines
755 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.8
|
|
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+= iconv.3:${PORTSDIR}/converters/libiconv
|
|
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}
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|