freebsd-ports/www/libhttpd-persistent/Makefile
Lars Thegler 73fb00d373 Deprecate audio/daapd and component parts due to project abandonment,
timeout in 2 months. Mark BROKEN for gcc 4.x where applicable.
2007-09-04 11:26:22 +00:00

51 lines
1.1 KiB
Makefile

# New ports collection makefile for: libhttpd-persistent
# Date created: 19 October 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= libhttpd
PORTVERSION= ${VERSION}${LEVEL}
PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= http://www.deleet.de/projekte/daap/daapd/
PKGNAMESUFFIX= -persistent
DISTNAME= ${PORTNAME}-${VERSION}p-${LEVEL}
EXTRACT_SUFX= .tgz
MAINTAINER= lth@FreeBSD.org
COMMENT= Library for embedded web servers
DEPRECATED= Development stalled for years, outdated.
EXPIRATION_DATE= 2007-11-04
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}-persistent-${LEVEL}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GCC= 3.4+
CONFIGURE_ENV= CC=${CXX}
VERSION= 1.3
LEVEL= h
DOCS= README HISTORY License doc/FAQ.txt doc/libhttpd.pdf
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
${WRKSRC}/Site.mm.in \
${WRKSRC}/src/Makefile.tmpl
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.x
.endif
.include <bsd.port.post.mk>