1999-04-30 06:54:58 +02:00
|
|
|
# New ports collection makefile for: wmSpaceWeather
|
|
|
|
# Date created: 16 April 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-30 06:54:58 +02:00
|
|
|
#
|
1999-08-25 06:22:48 +02:00
|
|
|
# $FreeBSD$
|
1999-04-30 06:54:58 +02:00
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= wmspaceweather
|
|
|
|
PORTVERSION= 1.04
|
2008-03-13 19:40:53 +01:00
|
|
|
PORTREVISION= 3
|
1999-04-30 06:54:58 +02:00
|
|
|
CATEGORIES= astro windowmaker
|
2005-02-24 10:12:50 +01:00
|
|
|
MASTER_SITES= http://dockapps.org/files/15/22/
|
2000-08-09 18:45:28 +02:00
|
|
|
DISTNAME= wmSpaceWeather-${PORTVERSION}
|
1999-04-30 06:54:58 +02:00
|
|
|
|
2009-04-02 18:55:26 +02:00
|
|
|
MAINTAINER= xride@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A DockApp that shows the weather at geosynchronous orbit
|
1999-04-30 06:54:58 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
|
|
|
|
|
2005-03-16 13:13:02 +01:00
|
|
|
# distfile is actually just a tar with suffix .tar.gz:
|
|
|
|
EXTRACT_CMD= ${CAT}
|
|
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
|
2008-03-13 19:40:53 +01:00
|
|
|
USE_XORG= x11 xext xpm
|
1999-04-30 06:54:58 +02:00
|
|
|
ALL_TARGET= clean all
|
2009-11-22 20:49:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1999-04-30 06:54:58 +02:00
|
|
|
|
|
|
|
MAN1= wmSpaceWeather.1
|
|
|
|
|
2004-01-26 18:07:56 +01:00
|
|
|
PLIST_FILES= bin/GetKp bin/wmSpaceWeather
|
|
|
|
|
1999-04-30 06:54:58 +02:00
|
|
|
.include <bsd.port.mk>
|