Makefile 348 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.20 2013/03/11 11:41:33 espie Exp $
  2. COMMENT= USB developer utilities
  3. DISTNAME= usbutil-0.5
  4. REVISION= 0
  5. CATEGORIES= sysutils
  6. MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB= c
  9. NO_TEST= Yes
  10. post-install:
  11. ${INSTALL_MAN} ${WRKSRC}/usbgen.8 ${PREFIX}/man/man8
  12. .include <bsd.port.mk>