Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 21:46:18 +0000
From:      db <db@traceroute.dk>
To:        Kris Kennaway <kris@obsecurity.org>, questions@freebsd.org
Subject:   Re: LIB_DEPENDS problem
Message-ID:  <4474D42A.6020200@traceroute.dk>
In-Reply-To: <20060524212158.GA89750@xor.obsecurity.org>
References:  <447474FA.7060204@traceroute.dk>	<20060524204126.GB88742@xor.obsecurity.org>	<4474C88C.5020307@traceroute.dk>	<20060524205713.GB89063@xor.obsecurity.org>	<4474CC1E.1090205@traceroute.dk> <20060524212158.GA89750@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote:
> What port are you having problems with again?
>   
It's not in the port collection yet:

PORTNAME=       esad
PORTVERSION=    0.1
CATEGORIES=     net
MASTER_SITES=   http://esad.trunet.dk/  #no you can't download anything 
until it is ready

MAINTAINER=     db@TruNet.dk
COMMENT=        Multi-service framework

INSTALLS_SHLIB= yes

#LIB_DEPENDS=   cppe:${PORTSDIR}/devel/cppe \ (also a port not in the 
collection)
LIB_DEPENDS=    ACE_SSL:${PORTSDIR}/devel/ace \
                pqxx:${PORTSDIR}/databases/postgresql-libpqxx

WRKSRC=         ${WRKDIR}/esad

do-install:
        ${INSTALL_DATA} ${WRKSRC}/plugins/relay/relay.so 
${PREFIX}/lib/esad/relay.so
        ${INSTALL_DATA} ${WRKSRC}/plugins/maildir/maildir.so 
${PREFIX}/lib/esad/maildir.so
        ${INSTALL_PROGRAM} ${WRKSRC}/src/esad ${PREFIX}/bin/esad

.include <bsd.port.mk>


Best regards
db



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4474D42A.6020200>