f030a858de
Hat: portmgr
24 lines
466 B
Makefile
24 lines
466 B
Makefile
# 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>
|