diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 13:33:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 13:33:30 +0000 |
commit | 14fcf416793c0cf3acfe50c1a3b53749895f65ac (patch) | |
tree | c4e0cd54938bf21f0f68f87c8cf529662c48ddb0 /www | |
parent | bafdebff4215e441287df59a6edcd0ede272fe8e (diff) | |
download | ports-14fcf416793c0cf3acfe50c1a3b53749895f65ac.tar.gz ports-14fcf416793c0cf3acfe50c1a3b53749895f65ac.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/hydra/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index 44689b50d355..7a7378cf22e6 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -1,7 +1,4 @@ -# ex:ts=8 -# Ports collection makefile for: hydra -# Date created: Apr 2, 2003 -# Whom: ijliao +# Created by: ijliao # # $FreeBSD$ # @@ -12,15 +9,16 @@ PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ ftp://ftp.hellug.gr/pub/software/hydra/ +PKGNAMESUFFIX= -web MAINTAINER= ports@FreeBSD.org -COMMENT= A high performance multi-threaded web server +COMMENT= High performance multi-threaded web server -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls USE_RC_SUBR= hydra -NO_LATEST_LINK= yes +CONFLICTS_INSTALL= hydra-[0-9]* GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |