Date: Tue, 26 Sep 2006 01:10:29 GMT From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/103654: [New Port] net/webcit Message-ID: <200609260110.k8Q1ATBP076960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/103654; it has been noted by GNATS. From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: bug-followup@freebsd.org, serge.gagnon@b2b2c.ca Cc: Subject: Re: ports/103654: [New Port] net/webcit Date: Mon, 25 Sep 2006 21:03:37 -0400 --Boundary_(ID_qIRfUIwuygT3NmF8vUP+uA) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline Made another mistake with Makefile. here's the good one. -- GAGNON Serge <serge.gagnon@b2b2c.ca> PGP KEY-ID: 0xBBC1478F PGP Fingerprint: B48B 4633 28F5 28F6 7A62 5650 69C8 E293 BBC1 478F PPG Key: http://quenix2.dyndns.org:7777 | telnet quenix2.dyndns.org 7777 --Boundary_(ID_qIRfUIwuygT3NmF8vUP+uA) Content-type: text/x-makefile; charset=iso-8859-1; name=Makefile Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=Makefile # New ports collection makefile for: webcit # Date created: 21 mai 2006 10:58:57 EDT # Whom: Serge Gagnon serge.gagnon@b2b2c.ca # # $FreeBSD$ # PORTNAME= webcit PORTVERSION= 6.81 CATEGORIES= net MASTER_SITES= http://easyinstall.citadel.org/ MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= Web-based frontend to the Citadel groupware system LIB_DEPENDS= ical:${PORTSDIR}/devel/libical RUN_DEPENDS= citserver:${PORTSDIR}/net/citadel WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CONFIGURE_ARGS= --prefix=${PREFIX} \ --includedir=${PREFIX}/include/ \ --bindir=${PREFIX}/bin \ --sbindir=${PREFIX}/sbin \ --datadir=${DATADIR} \ --sysconfdir=${PREFIX}/etc \ --libdir=${PREFIX}/lib \ --with-libical=yes \ --with-iconv=yes \ --disable-nls post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ -e 's|-pthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \ ${WRKSRC}/Makefile.in RCSCRIPT= ${PREFIX}/etc/rc.d/webcit USE_RC_SUBR= yes post-install: # Prepare startup script, logs, home path @echo "rcscript ${FILESDIR}/webcit.sh.tmpl -> ${RCSCRIPT}" ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" "${FILESDIR}/webcit.sh.tmpl" > "${RCSCRIPT}" .include <bsd.port.mk> --Boundary_(ID_qIRfUIwuygT3NmF8vUP+uA)--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609260110.k8Q1ATBP076960>