Tweak astro/wmspaceweather version 1.04_4
[dports.git] / astro / wmspaceweather / Makefile
1 # Created by: Chris Piazza <cpiazza@FreeBSD.org>
2 # $FreeBSD: astro/wmspaceweather/Makefile 340722 2014-01-22 17:00:46Z mat $
3
4 PORTNAME=       wmspaceweather
5 PORTVERSION=    1.04
6 PORTREVISION=   4
7 CATEGORIES=     astro windowmaker
8 MASTER_SITES=   https://api.opensuse.org/public/source/openSUSE:Factory/WindowMaker-applets/ \
9                 ftp://ftp.canadatux.org/linux/windowmaker/
10 DISTNAME=       wmSpaceWeather-${PORTVERSION}
11
12 MAINTAINER=     xride@FreeBSD.org
13 COMMENT=        A DockApp that shows the weather at geosynchronous orbit
14
15 LICENSE=        GPLv2
16
17 RUN_DEPENDS=    p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
18
19 WRKSRC=         ${WRKDIR}/${DISTNAME}/wmSpaceWeather
20
21 NO_STAGE=       yes
22 USE_XORG=       x11 xext xpm
23 ALL_TARGET=     clean all
24 MAKE_JOBS_UNSAFE=       yes
25
26 MAN1=   wmSpaceWeather.1
27
28 PLIST_FILES=    bin/GetKp bin/wmSpaceWeather
29
30 .include <bsd.port.mk>