freebsd-ports/www/mod_gnutls/Makefile
Thomas Abthorpe e0ac1afbf4 - The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
2012-01-09 15:41:08 +00:00

54 lines
1.4 KiB
Makefile

# New ports collection makefile for: mod_gnutls
# Date created: 2011-01-19
# Whom: Fumiyuki Shimizu <fumifumi@abacustech.jp>
#
# $FreeBSD$
#
PORTNAME= mod_gnutls
PORTVERSION= 0.5.10
PORTREVISION= 1
CATEGORIES= www security
MASTER_SITES= http://modgnutls.sourceforge.net/downloads/ \
http://www.outoforder.cc/downloads/mod_gnutls/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= fumifumi@abacustech.jp
COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption for Apache HTTPD
LICENSE= AL2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_APACHE= 20+
GNU_CONFIGURE= yes
DOCS= LICENSE NEWS README README.ENV
.include <bsd.port.pre.mk>
DBDIR= ${PREFIX}/var/db/${PORTNAME}
SUB_FILES= pkg-message
PLIST_SUB+= DBDIR=${DBDIR}
CONFIGURE_ARGS= --with-apxs=${APXS}
# mod_gnutls does not conflict with mod_ssl.
#pre-install:
# @if test -e '${LOCALBASE}/${APACHEMODDIR}/mod_ssl.so'; then for opt in -a -A -A; do '${APXS}' -e "$${opt}" -n ssl '${LOCALBASE}/${APACHEMODDIR}/mod_ssl.so' >/dev/null 2>&1; done; else true; fi
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} '${DOCSDIR}'
@cd '${WRKSRC}' && ${INSTALL_DATA} ${DOCS} '${DOCSDIR}'
.endif
@if test -d '${DBDIR}'; then true; else ${MKDIR} '${DBDIR}'; fi
@${CHOWN} '${WWWOWN}:${WWWGRP}' '${DBDIR}'
@${CHMOD} 'u=rwx,g=rx,o=' '${DBDIR}'
@${CAT} '${PKGMESSAGE}'
.include <bsd.port.post.mk>