198f972218
While here, trim the headers
30 lines
694 B
Makefile
30 lines
694 B
Makefile
# Created by: Per Otterstr=F6m <pelle@fukt.bth.se>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= temperature.app
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11 windowmaker
|
|
MASTER_SITES= http://www.fukt.bsnet.se/~per/temperature/
|
|
DISTNAME= Temperature.app-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A dockable WindowMaker applet which displays the local temperature
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
USE_XORG= x11 xpm
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|