1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/astro/weatherspect/Makefile
Martin Wilke a73f7b22bb - Update to 1.7
PR:		ports/106939
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2006-12-21 22:13:30 +00:00

29 lines
713 B
Makefile

# New ports collection makefile for: weatherspect
# Date created: 2006-05-16
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= weatherspect
PORTVERSION= 1.7
CATEGORIES= astro
MASTER_SITES= http://www.robobunny.com/projects/weatherspect/ \
http://olofsson.de/mirror/distfiles/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= simon@olofsson.de
COMMENT= Weather simulation in ASCII art
RUN_DEPENDS= \
${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \
${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground
NO_BUILD= yes
PLIST_FILES= bin/weatherspect
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
.include <bsd.port.mk>