freebsd-ports/astro/wmspaceweather/Makefile

31 lines
729 B
Makefile
Raw Normal View History

# Created by: Chris Piazza <cpiazza@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmspaceweather
PORTVERSION= 1.04
PORTREVISION= 4
CATEGORIES= astro windowmaker
MASTER_SITES= https://api.opensuse.org/public/source/openSUSE:Factory/WindowMaker-applets/ \
ftp://ftp.canadatux.org/linux/windowmaker/
DISTNAME= wmSpaceWeather-${PORTVERSION}
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
LICENSE= GPLv2
RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
NO_STAGE= yes
USE_XORG= x11 xext xpm
ALL_TARGET= clean all
MAKE_JOBS_UNSAFE= yes
MAN1= wmSpaceWeather.1
PLIST_FILES= bin/GetKp bin/wmSpaceWeather
.include <bsd.port.mk>