1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

BROKEN: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-21 22:27:52 +00:00
parent 75bc76f6ee
commit b4924bebca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101620

View File

@ -21,6 +21,8 @@ DISTNAME= caudium-${PORTVERSION:S/.20/-20/}-cvs
MAINTAINER= kiwi@oav.net
COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base (development branch)
BROKEN= "Does not compile"
BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike74/
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ \
pcre.0:${PORTSDIR}/devel/pcre/ \
@ -39,12 +41,6 @@ USE_GMAKE= yes
PLIST_SUB+= PIKEVERSION=${PIKEVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
pre-configure:
@${ECHO} ${CONFIGURE_ENV}
@${ECHO} ${CONFIGURE_ARGS}
@ -58,4 +54,4 @@ post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>