20 lines
398 B
Makefile
20 lines
398 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|