2001-11-12 03:09:15 +01:00
|
|
|
# New ports collection makefile for: mod_sqlinclude
|
|
|
|
# Date created: October 25 2001
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_sqlinclude
|
2004-06-03 14:39:56 +02:00
|
|
|
PORTVERSION= 1.4
|
2009-05-08 17:34:44 +02:00
|
|
|
PORTREVISION= 1
|
2001-11-12 03:09:15 +01:00
|
|
|
CATEGORIES= www
|
2009-08-22 02:38:34 +02:00
|
|
|
MASTER_SITES= SF/mod-sqlinclude/mod-sqlinclude/${PORTVERSION}
|
2001-11-12 03:09:15 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2009-08-05 04:21:50 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An Apache module implementing config inclusion from MySQL databases
|
2001-11-12 03:09:15 +01:00
|
|
|
|
2009-05-21 22:45:34 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2009-05-08 17:34:44 +02:00
|
|
|
USE_APACHE= 1.3
|
2004-06-03 14:39:56 +02:00
|
|
|
USE_MYSQL= yes
|
|
|
|
|
2009-05-08 17:34:44 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
|
|
|
|
AP_INC= ${LOCALBASE}/include
|
|
|
|
AP_LIB= ${LOCALBASE}/lib/mysql -lmysqlclient
|
2001-11-12 03:09:15 +01:00
|
|
|
|
2009-05-08 17:34:44 +02:00
|
|
|
PORTDOCS= CHANGES.txt README.txt test.sql
|
2001-11-12 03:09:15 +01:00
|
|
|
|
2009-05-08 17:34:44 +02:00
|
|
|
post-install:
|
2001-11-12 03:09:15 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-05-08 17:34:44 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
2001-11-12 03:09:15 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2004-07-28 09:23:16 +02:00
|
|
|
.include <bsd.port.mk>
|