mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
426 B
Makefile
23 lines
426 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
|
|
|
|
MAN6= rain.6
|
|
MANCOMPRESSED= yes
|
|
|
|
PLIST_FILES= bin/rain
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|