304df214df
PR: ports/163643 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
37 lines
901 B
Makefile
37 lines
901 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= 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}
|
|
|
|
MAINTAINER= xride@FreeBSD.org
|
|
COMMENT= A DockApp that shows the weather at geosynchronous orbit
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
|
|
|
|
# distfile is actually just a tar with suffix .tar.gz:
|
|
EXTRACT_CMD= ${CAT}
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
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>
|