1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11/temperature.app/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

34 lines
741 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= Dockable WindowMaker applet which displays the local temperature
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= wget:ftp/wget
USE_XORG= x11 xpm
PORTDOCS= README
PLIST_FILES= bin/Temperature.app
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>