7724b203b3
${PORTSDIR} (which isn't defined because we're a slave Makefile, and not including bsd.port.mk). This fixes the INDEX build. Noticed by: INDEX build script
20 lines
454 B
Makefile
20 lines
454 B
Makefile
# New ports collection makefile for: tidy-lib
|
|
# Date created: 21 February 2003
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tidy
|
|
CATEGORIES= www
|
|
PKGNAMESUFFIX= -lib
|
|
|
|
MAINTAINER= thierry@pompo.net
|
|
COMMENT= Utility to clean up and pretty print HTML/XHTML/XML (with shared lib)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/tidy-devel
|
|
|
|
WITH_SHLIB= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|