Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2005 02:52:41 GMT
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        dodell@offmyserver.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org,  edwin@FreeBSD.org
Subject:   Re: ports/87129: new port www/raqdevil
Message-ID:  <200510130252.j9D2qfnN000115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: new port www/raqdevil

State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Thu Oct 13 02:43:55 GMT 2005
State-Changed-Why: 
Quick question: Can you  check if the following Makefile still works?
It's a little bit clear.

# New ports collection makefile for:    raqdevil
# Date created:         06 September 2005
# Whom:                 Devon H. O'Dell <dodell@offmyserver.com>
#
# $FreeBSD$
#

PORTNAME=	raqdevil
PORTVERSION=	0.9.4
CATEGORIES=	www sysutils
MASTER_SITES=	http://raqdevil.alkeninternet.com/ \
		http://www.sitetronics.com/

MAINTAINER=	dodell@offmyserver.com
COMMENT=	A port of the Sun Cobalt RaQ550 software to FreeBSD

RUN_DEPENDS=	
		${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw	\
		${LOCALBASE}/libexec/qpopper:${PORTSDIR}/mail/qpopper	\
		${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext	\
		${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota		\
		${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode	\
		analog:${PORTSDIR}/www/analog				\
		clamscan:${PORTSDIR}/security/clamav			\
		logrotate:${PORTSDIR}/sysutils/logrotate		\
		pcretest:${PORTSDIR}/devel/pcre				\
		procmail:${PORTSDIR}/mail/procmail			\
		proftpd:${PORTSDIR}/ftp/proftpd				\
		sendmail:${PORTSDIR}/mail/sendmail-sasl			\
		snmpd:${PORTSDIR}/net-mgmt/net-snmp			\
		spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin		\
		xinetd:${PORTSDIR}/security/xinetd
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison				\
	        re2c:${PORTSDIR}/devel/re2c

USE_GNOME=	glib20
USE_PHP=	xml pcre
USE_GMAKE=	yes
USE_PERL5=	yes
USE_REINPLACE=	yes
REINPLACE_ARGS=	-i""
INSTALLS_SHLIB=	yes
LDCONFIG_DIRS=	${PREFIX}/raqdevil/lib

.include <bsd.port.pre.mk>

.ifdef (WITH_APACHE)
WITH_APACHE2=		yes
.endif

.ifndef (WITH_APACHE)
BROKEN?=	"This port requires Apache 2. Use make -DWITH_APACHE."
.endif

pre-extract:
	@${SH} ${FILESDIR}/warning

post-extract:
.if !defined(PACKAGE_BUILDING)
	${CC} -o ${WRKSRC}/rdqchk ${FILESDIR}/rdqchk.c
	${WRKSRC}/rdqchk
.endif

post-patch:
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
		's|[(]prefix[)]|${PREFIX}|g' ;
	@${FIND} ${WRKSRC} -type f -name \*-e | ${XARGS} ${RM} -f

post-install:
	@${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>


Responsible-Changed-From-To: freebsd-ports-bugs->edwin
Responsible-Changed-By: edwin
Responsible-Changed-When: Thu Oct 13 02:43:55 GMT 2005
Responsible-Changed-Why: 
Hold hands

http://www.freebsd.org/cgi/query-pr.cgi?pr=87129



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