1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/heat/Makefile

22 lines
418 B
Makefile
Raw Normal View History

# New ports collection makefile for: heat
# Date created: 28 March 2000
# Whom: Jeremy Chadwick <yoshi@parodius.com>
#
# $FreeBSD$
PORTNAME= heat
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.parodius.com/pub/heat/
MAINTAINER= yoshi@parodius.com
BIN1= heat
do-install:
.for i in ${BIN1}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/${i}
.endfor
.include <bsd.port.mk>