summaryrefslogtreecommitdiff
path: root/sysutils/fortunelock/Makefile
blob: 64431bd4a9672ceebcd610969da19c51b76dadb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	fortunelock
# Date created:			25 April 2000
# Whom:				Daniel Harris <dannyboy@subdimension.com>
#
# $FreeBSD$
#

PORTNAME=	fortunelock
PORTVERSION=	0.1.2
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dannyboy

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Locks a terminal while showing fortunes

USE_BZIP2=	yes

MAN1=		fortunelock.1
MANCOMPRESSED=	no
PLIST_FILES=	bin/fortunelock

.include <bsd.port.mk>