Makefile 561 B

1234567891011121314151617181920212223242526
  1. #$OpenBSD: Makefile,v 1.7 2014/06/05 20:22:42 giovanni Exp $
  2. COMMENT = download snapshots of OpenBSD-current
  3. DISTNAME = snapdl-1.2.2
  4. REVISION = 0
  5. CATEGORIES = sysutils
  6. PKG_ARCH = *
  7. MAINTAINER = Nicolas P. M. Legrand <nlegrand@ethelred.fr>
  8. # ISC
  9. PERMIT_PACKAGE_CDROM = Yes
  10. MASTER_SITES = http://www.ethelred.fr/stuffs/ \
  11. http://devio.us/~nlegrand/stuffs/
  12. NO_BUILD = Yes
  13. NO_TEST = Yes
  14. do-install:
  15. ${INSTALL_SCRIPT} ${WRKSRC}/snapdl.pl ${PREFIX}/bin/snapdl
  16. ${INSTALL_MAN} ${WRKSRC}/snapdl.1 ${PREFIX}/man/man1/snapdl.1
  17. .include <bsd.port.mk>