freebsd-ports/astro/wmspaceweather/Makefile
Kris Kennaway 1c544281f2 Correct string buffer handling. Check for updates every 60 seconds as
documented in the code, not every 2 seconds.  Bump PORTREVISION.

Obtained from:	OpenBSD
2003-06-27 04:36:51 +00:00

25 lines
574 B
Makefile

# New ports collection makefile for: wmSpaceWeather
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wmspaceweather
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= astro windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
DISTNAME= wmSpaceWeather-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A DockApp that shows the weather at geosynchronous orbit
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSpaceWeather.1
.include <bsd.port.mk>