aboutsummaryrefslogtreecommitdiff
path: root/www/mod_gnutls/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:47:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:47:09 +0000
commitbd3cd3edd269c328c4225531d58c6a9ddd0b060f (patch)
treea9a7e2f9a52e828a3048931c276d243929ccb254 /www/mod_gnutls/Makefile
parentbea7ca8a4ca23a8ed0836389c1f105091d2dc34a (diff)
downloadports-bd3cd3edd269c328c4225531d58c6a9ddd0b060f.tar.gz
ports-bd3cd3edd269c328c4225531d58c6a9ddd0b060f.zip
Remove non staged ports without pending PR from www
Notes
Notes: svn path=/head/; revision=366983
Diffstat (limited to 'www/mod_gnutls/Makefile')
-rw-r--r--www/mod_gnutls/Makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile
deleted file mode 100644
index c756624f24ec..000000000000
--- a/www/mod_gnutls/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Created by: Fumiyuki Shimizu <fumifumi@abacustech.jp>
-# $FreeBSD$
-
-PORTNAME= mod_gnutls
-PORTVERSION= 0.5.10
-PORTREVISION= 3
-CATEGORIES= www security
-MASTER_SITES= http://modgnutls.sourceforge.net/downloads/ \
- http://www.outoforder.cc/downloads/mod_gnutls/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= mod_gnutls uses the GnuTLS library to provide SSL, and TLS encryption for Apache HTTPD
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
-
-USE_AUTOTOOLS= libtool
-USES= pkgconfig tar:bzip2
-USE_APACHE= 22
-GNU_CONFIGURE= yes
-
-DOCS= LICENSE NEWS README README.ENV
-
-NO_STAGE= yes
-.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>