# New ports collection makefile for: apache HTTPD and HTTPSD # Version required: 1.2b2 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # # $Id: Makefile,v 1.23 1996/12/11 19:09:59 ache Exp $ # DISTNAME= apache_1.2b2 PKGNAME= apache-1.2b2 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org # User-controlled variables list # DIR_ACHE - add SuppressHTMLPreamble option to directory index # see http://www.nagual.ru/~ache/apache_dir.html # SECURE_SERVER - build Apache with SSL .if defined(DIR_ACHE) PATCH_SITES+= http://www.nagual.ru/~ache/ PATCHFILES+= dir.patch VERS_ID= dir/ache .endif .if defined(VERS_ID) post-patch: @cd ${WRKSRC}/src; \ mv httpd.h httpd.h.old; \ sed 's=SERVER_VERSION *"\(.*\)"=SERVER_VERSION "\1 '"${VERS_ID}"'"=' \ < httpd.h.old > httpd.h .endif .if defined(SECURE_SERVER) BROKEN= "SSLeay has changed, and the patches for apache need more work" MAINTAINER= markm@freebsd.org PKGNAME= apache_SSL-1.1.1 MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX} SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX} DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS} MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/ EXTRACT_ONLY= ${MAIN_SRC} MD5_FILE= ${FILESDIR}/md5.SSL PATCHDIR= ${.CURDIR}/patches.SSL PKGDIR= ${.CURDIR}/pkg.SSL CONFIGURE_SCRIPT= configure.SSL DEPENDS= ${PORTSDIR}/security/SSLeay post-extract: @cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS} pre-patch: @cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \ echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \ fi .else post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ echo "[ -x /usr/local/sbin/httpd ] && /usr/local/sbin/httpd && echo -n ' httpd'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi .endif .include endabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/courier-authlib-userdb
Commit message (Expand)AuthorAgeFilesLines
* - Update to devel/courier-unicode to 1.4madpilot2015-09-081-1/+1
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
* - Update courier-unicode to 1.2madpilot2015-04-301-1/+1
* */courier-authlib*:tijl2014-09-081-0/+1
* add STAGE supportoliver2014-06-121-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* move mail/courier-authlib to security/courier-authlib which is a meta-port now.oliver2005-04-2711-644/+8
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Merge sysconfdir and userdb configurable from courier-imap [1]oliver2005-04-022-9/+20
* - stop creatng /var/run/authdaemond during the package installationoliver2005-03-163-10/+14
* - change socket and pid location from /usr/local/var/spool/authdaemon/ to /va...oliver2005-03-163-16/+14
* fix building for cases where WRKDIR is a nfs mountoliver2005-03-131-0/+5
* update to 0.55oliver2005-03-052-16/+21
* Add BSD master.passwd processing to pw2userdboliver2005-03-022-1/+105
* - fix Makefile [1]oliver2005-03-022-1/+5
* update to 0.54oliver2005-02-132-3/+3
* VPOPMAILDIR?= ${LOCALBASE}/vpopmailoliver2005-02-053-12/+32
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+1
* fix pkg-plistoliver2005-01-261-2/+4
* don't sed ${WRKSRC}/Makefile.in twiceoliver2005-01-211-2/+2
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0oliver2005-01-084-7/+28