ports/103654: [New Port] net/webcit

Serge Gagnon serge.gagnon at b2b2c.ca
Tue Sep 26 01:10:30 UTC 2006


The following reply was made to PR ports/103654; it has been noted by GNATS.

From: Serge Gagnon <serge.gagnon at b2b2c.ca>
To: bug-followup at freebsd.org, serge.gagnon at 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 at 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 at b2b2c.ca
 #
 # $FreeBSD$
 #
 
 PORTNAME=	webcit
 PORTVERSION=	6.81
 CATEGORIES=	net
 MASTER_SITES=	http://easyinstall.citadel.org/
 
 MAINTAINER=	serge.gagnon at 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)--



More information about the freebsd-ports-bugs mailing list