1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/heyu/Makefile
Chris D. Faulhaber 658aa84723 heyu is used to control X10 CM11A devices
PR:		15738
Submitted by:	Paul M. Lambert <plambert@plambert.net>
2000-01-05 13:30:35 +00:00

36 lines
760 B
Makefile

# New ports collection makefile for: heyu
# Version required: 1.28f
# Date created: 27 December 1999
# Whom: plambert@plambert.net
#
# $FreeBSD$
#
DISTNAME= x10_heyu
PKGNAME= heyu-1.28f
CATEGORIES= misc
MASTER_SITES= http://www.prado.com/~dbs/
EXTRACT_SUFX= .tgz
MAINTAINER= plambert@plambert.net
ALL_TARGET= heyu
WRKSRC= ${WRKDIR}/heyu.dir
MAN1= heyu.1
MAN5= x10config.5 \
x10sched.5
do-configure:
${PERL} -pi.orig -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
post-install:
strip ${PREFIX}/bin/heyu
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/examples/heyu
${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu
.endif
.include <bsd.port.mk>