freebsd-ports/astro/wmspaceweather/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
705 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= 2
CATEGORIES= astro windowmaker
MASTER_SITES= http://dockapps.org/files/15/22/
DISTNAME= wmSpaceWeather-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A DockApp that shows the weather at geosynchronous orbit
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather
# distfile is actually just a tar with suffix .tar.gz:
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS=
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSpaceWeather.1
PLIST_FILES= bin/GetKp bin/wmSpaceWeather
.include <bsd.port.mk>