aboutsummaryrefslogtreecommitdiffstats
path: root/astro/wmspaceweather/Makefile
blob: 662ef0c7aa85c209b281ad5f87d83df479a8e5d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    wmSpaceWeather
# Date created:     16 April 1999
# Whom:         Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   wmspaceweather
PORTVERSION=    1.04
CATEGORIES= astro windowmaker
MASTER_SITES=   http://nis-www.lanl.gov/~mgh/WindowMaker/
DISTNAME=   wmSpaceWeather-1.04

MAINTAINER= cpiazza@FreeBSD.org

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm

WRKSRC=     ${WRKDIR}/${DISTNAME}/wmSpaceWeather

USE_GMAKE=  yes
USE_X_PREFIX=   yes
ALL_TARGET= clean all

MAN1=   wmSpaceWeather.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/wmSpaceWeather ${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/GetKp ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/wmSpaceWeather.1 ${PREFIX}/man/man1

.include <bsd.port.mk>