mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
23 lines
440 B
Makefile
23 lines
440 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= dannyboy@FreeBSD.org
|
|
COMMENT= Locks a terminal while showing fortunes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= fortunelock.1
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|