1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/www/cherokee-devel/Makefile
Kris Kennaway 5bb767d181 BROKEN on 5.x: Broken pkg-plist
Approved by:	portmgr (self)
2004-09-18 07:42:28 +00:00

55 lines
1.2 KiB
Makefile

# New ports collection makefile for: cherokee
# Date created: 01 Jun 2002
# Whom: silence <oksala@videotron.ca>
#
# $FreeBSD$
#
PORTNAME= cherokee
PORTVERSION= 0.4.17
CATEGORIES= www
MASTER_SITES= ftp://laurel.datsi.fi.upm.es/pub/linux/cherokee/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An extremely fast and flexible web server
LIB_DEPENDS= gnutls.12:${PORTSDIR}/security/gnutls
USE_GNOME= gnomehack gnometarget pkgconfig
USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_INC_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
MAN1= cherokee-config.1 cherokee.1
CPPFLAGS= ${PTHREAD_CFLAGS}
LDFLAGS= ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Broken pkg-plist"
.endif
pre-install:
@if [ ! -f ${PREFIX}/www ]; then \
${MKDIR} ${PREFIX}/www;\
fi
@if [ ! -f ${PREFIX}/www/data ] ; then \
${MKDIR} ${PREFIX}/www/data;\
fi
@${ECHO_MSG} " `pwd` "
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/Intro.txt ${DATADIR}
@${ECHO_MSG} " "
@${ECHO_MSG} " Dont forget to read the doc "
@${ECHO_MSG} " ${PREFIX}/share/cherokee/Intro.txt"
@${ECHO_MSG} " "
.include <bsd.port.post.mk>