2011-04-05 11:33:14 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/04/05 15:33:14 sthen Exp $
|
2011-03-10 14:34:01 -05:00
|
|
|
|
|
|
|
COMMENT= validate, correct and pretty-print HTML
|
|
|
|
|
|
|
|
V= 1.04
|
|
|
|
DISTNAME= tidyp-$V
|
2011-04-05 11:33:14 -04:00
|
|
|
EPOCH= 0
|
2011-03-10 14:34:01 -05:00
|
|
|
SHARED_LIBS += tidyp-$V 0.0 # 0.0
|
|
|
|
SHARED_LIBS += tidyp 0.0 # 0.0
|
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.tidyp.com/
|
|
|
|
|
|
|
|
# BSD-like, badly worded
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= c
|
|
|
|
|
|
|
|
MASTER_SITES= http://github.com/downloads/petdance/tidyp/
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
# Upstream references a non-existing test script...
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2011-03-15 15:48:40 -04:00
|
|
|
# Allow transparant usage of tidy to tinyp.
|
|
|
|
post-install:
|
2011-03-18 11:53:35 -04:00
|
|
|
ln -s ${TRUEPREFIX}/bin/tidyp ${PREFIX}/bin/tidy
|
2011-03-15 15:48:40 -04:00
|
|
|
|
2011-03-10 14:34:01 -05:00
|
|
|
.include <bsd.port.mk>
|