1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/mod_tidy/Makefile
Clement Laforet 03a40d4ed4 - update to 0.5
- remove entry from LEGAL since this port is now under apache 2.0 license
- respect apache 2.0 license
- remove stalled pkg-plist
2005-07-30 22:42:53 +00:00

36 lines
871 B
Makefile

# New ports collection makefile for: mod_tidy
# Date created: Sun Oct 5
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= mod_tidy
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= http://mod-tidy.sourceforge.net/src/
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Validates the HTML output of your apache2 webserver
LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP_INC+= ${LOCALBASE}/include/tidy
AP_LIB+= ${LOCALBASE}/lib -ltidy
PLIST_FILES= ${DOCSDIR:S/${PREFIX}\///}/LICENSE
PLIST_DIRS= ${DOCSDIR:S/${PREFIX}\///}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../LICENSE ${DOCSDIR}
.include <bsd.port.post.mk>