1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11/temperature.app/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: Temperature.app
# Date created: 06 May 2001
# Whom: Per Otterstr=F6m <pelle@fukt.bth.se>
#
# $FreeBSD$
#
PORTNAME= temperature.app
PORTVERSION= 1.4
PORTREVISION= 2
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_XPM= yes
USE_X_PREFIX= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>