ports/sysutils/fortunelock/Makefile
Muhammad Moinur Rahman dc4aa7278c
sysutils/fortunelock: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 18:49:51 +01:00

15 lines
338 B
Makefile

PORTNAME= fortunelock
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/dannyboy
MAINTAINER= ports@FreeBSD.org
COMMENT= Locks a terminal while showing fortunes
USES= ncurses tar:bzip2
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
PLIST_FILES= bin/fortunelock share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>