Makefile 560 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.34 2016/08/05 19:52:19 naddy Exp $
  2. COMMENT= ls(1) that can use color to display file attributes
  3. VERSION= 6.0
  4. DISTNAME= ls-${VERSION}
  5. PKGNAME= colorls-${VERSION}
  6. CATEGORIES= sysutils
  7. MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MASTER_SITES= http://shell.uugrn.org/~naddy/
  11. WANTLIB= c curses util
  12. WRKDIST= ${WRKDIR}/ls
  13. NO_TEST= Yes
  14. # copy file and substitute a string near a CVS keyword
  15. pre-patch:
  16. sed 's/^\.Dt LS/.Dt COLORLS/' ${WRKSRC}/ls.1 >${WRKSRC}/colorls.1
  17. .include <bsd.port.mk>