Makefile 350 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.12 2015/12/29 19:49:41 jasper Exp $
  2. COMMENT= print ascii formatted tree of a directory structure
  3. GH_ACCOUNT= pyr
  4. GH_PROJECT= tree
  5. GH_TAGNAME= 0.62
  6. CATEGORIES= sysutils
  7. # BSD
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c
  10. NO_TEST= Yes
  11. do-configure:
  12. @sed -i 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
  13. .include <bsd.port.mk>