mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
91e602cc75
Also link with libncurses, not libcurses approved by: infrastructure blanket
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# Created by: Jacob Myers
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdrain
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
http://whotookspaz.org/misc/freebsd/rain/
|
|
DISTNAME= rain-${PORTVERSION}
|
|
|
|
MAINTAINER= jacob@whotookspaz.org
|
|
COMMENT= The original BSD rain program, ported from NetBSD
|
|
|
|
PLIST_FILES= bin/rain \
|
|
man/man6/rain.6.gz
|
|
|
|
USES= ncurses tar:bzip2 uidfix
|
|
MAKE_ARGS= LDADD="-lncurses"
|
|
|
|
.include <bsd.port.mk>
|