mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
30 lines
692 B
Makefile
30 lines
692 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= 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>
|