freebsd-ports/www/tidy-lib/Makefile
2021-04-06 16:31:07 +02:00

14 lines
308 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
PORTNAME= tidy
CATEGORIES= www
PKGNAMESUFFIX= -lib
MAINTAINER= thierry@FreeBSD.org
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"