blob: 5f461ccec824607cbb7d150ea805e4f6e48ac8c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: rain
# Date created: Oct 15 2008
# Whom: 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
.include <bsd.port.mk>
|