diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/mod_accounting/Makefile | |
parent | d800016e3408fa62b2ffd8ead6e8ab7abb84a0bb (diff) |
Notes
Diffstat (limited to 'www/mod_accounting/Makefile')
-rw-r--r-- | www/mod_accounting/Makefile | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/www/mod_accounting/Makefile b/www/mod_accounting/Makefile deleted file mode 100644 index 39e01c3292b7..000000000000 --- a/www/mod_accounting/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: mod_accounting -# Date created: 15 November 2002 -# Whom: Clément Laforêt <sheepkiller@cultdeadsheep.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_accounting -PORTVERSION= 0.5 -PORTREVISION= 8 -CATEGORIES= www -MASTER_SITES= SF/mod-acct/mod-acct/${PORTVERSION} -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= apache@FreeBSD.org -COMMENT= An Apache module that records traffic statistics into a database - -MAKE_JOBS_SAFE= yes - -OPTIONS= MYSQL "Enable MySQL support" on \ - PGSQL "Enable PGSQL support" off - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -USE_APACHE= 13 -MAKE_ARGS+= APXS="${APXS}" - -.include <bsd.port.options.mk> - -.if defined(WITH_PGSQL) -USE_PGSQL= YES -AP_EXTRAS+= -DNEED_PGSQL -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= YES -AP_EXTRAS+= -DNEED_MYSQL -.endif - -AP_FAST_BUILD= yes -AP_GENPLIST= yes -PLIST_FILES+= %%DATADIR%%/schema.sql -PLIST_DIRS+= %%DATADIR%% - -PORTDOCS= README FAQ.txt LICENSE - -post-install: - @${MKDIR} ${DATADIR}/ - ${INSTALL_DATA} ${WRKSRC}/schema.sql ${DATADIR}/ -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/ -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |