Makefile 659 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.10 2015/06/25 08:28:58 sthen Exp $
  2. COMMENT= validate, correct and pretty-print HTML
  3. V= 1.04
  4. DISTNAME= tidyp-$V
  5. REVISION= 1
  6. EPOCH= 0
  7. SHARED_LIBS += tidyp-$V 0.0 # 0.0
  8. SHARED_LIBS += tidyp 0.0 # 0.0
  9. CATEGORIES= www
  10. HOMEPAGE= http://www.tidyp.com/
  11. # BSD-like, badly worded
  12. PERMIT_PACKAGE_CDROM= Yes
  13. WANTLIB= c
  14. MASTER_SITES= https://github.com/downloads/petdance/tidyp/
  15. CONFIGURE_STYLE=gnu
  16. # Upstream references a non-existing test script...
  17. NO_TEST= Yes
  18. # Allow transparant usage of tidy to tinyp.
  19. post-install:
  20. ln -s ${TRUEPREFIX}/bin/tidyp ${PREFIX}/bin/tidy
  21. .include <bsd.port.mk>