mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4f7190b8c3
- Add backup mirror Approved by: maintainer timeout
26 lines
480 B
Makefile
26 lines
480 B
Makefile
# 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>
|