mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
15 lines
338 B
Makefile
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>
|