openbsd-ports/sysutils/snapdl/Makefile
landry 8eb6f3033f Import snapdl 1.2.1, from maintainer/developer Nicolas Legrand:
snapdl helps you finding mirrors with snapshots of -current synced with
the main mirror http://ftp.OpenBSD.org, and download the sets from the
fastest one.
2010-06-12 09:19:18 +00:00

27 lines
619 B
Makefile

#$OpenBSD: Makefile,v 1.1.1.1 2010/06/12 09:19:18 landry Exp $
COMMENT = download snapshots of OpenBSD-current
DISTNAME = snapdl-1.2.1
CATEGORIES = sysutils
PKG_ARCH = *
MAINTAINER = Nicolas P. M. Legrand <nlegrand@ethelred.fr>
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.ethelred.fr/stuffs/ \
http://devio.us/~nlegrand/stuffs/
NO_REGRESS = Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/snapdl.pl ${PREFIX}/bin/snapdl
${INSTALL_MAN} ${WRKSRC}/snapdl.cat1 ${PREFIX}/man/cat1/snapdl.0
.include <bsd.port.mk>