mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
3bd83d9bd7
slave port www/tidy-lib PR: ports/48549 Submitted by: Thierry Thomas <thierry@pompo.net>
20 lines
449 B
Makefile
20 lines
449 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= ${PORTSDIR}/www/tidy-devel
|
|
|
|
WITH_SHLIB= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|