aboutsummaryrefslogtreecommitdiffstats
path: root/misc/loop/Makefile
blob: ef5dacde0f6f80ce39d74ca56c179e1f8127a80d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    loop
# Date created:             12 November 2005
# Whom:                 Murray Nesbitt <freebsd@nesbitt.ca>
#
# $FreeBSD$
#

PORTNAME=   loop
PORTVERSION=    1.0
CATEGORIES= misc
MASTER_SITES=   http://www.nesbitt.ca/downloads/loop/

MAINTAINER= freebsd@nesbitt.ca
COMMENT=    Prints to stdout a series of numbers from `start' to `end'

MAN1=       loop.1
MANCOMPRESSED=  yes
PLIST_FILES=    bin/loop

.include <bsd.port.mk>