aboutsummaryrefslogtreecommitdiffstats
path: root/x11/temperature.app/Makefile
blob: 7dfffbb7f514591df481e4d36283f078b253895d (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
# New ports collection makefile for:    Temperature.app
# Date created:             06 May 2001
# Whom:                 Per Otterstr=F6m <pelle@fukt.bth.se>
#
# $FreeBSD$
#

PORTNAME=   temperature.app
PORTVERSION=    1.4
PORTREVISION=   4
CATEGORIES= x11 windowmaker
MASTER_SITES=   http://www.fukt.bth.se/~per/temperature/
DISTNAME=   Temperature.app-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A dockable WindowMaker applet which displays the local temperature

RUN_DEPENDS=    wget:${PORTSDIR}/ftp/wget

USE_XORG=   x11 xpm

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>