freebsd-ports/misc/heyu/Makefile

45 lines
959 B
Makefile
Raw Normal View History

# New ports collection makefile for: heyu
# Date created: 27 December 1999
# Whom: plambert@plambert.net
#
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= heyu
2003-08-21 07:48:33 +02:00
PORTVERSION= 1.35
2005-07-25 13:51:33 +02:00
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://heyu.tanj.com/
2000-04-14 10:49:30 +02:00
DISTNAME= x10_heyu
EXTRACT_SUFX= .tgz
MAINTAINER= plambert@plambert.net
2003-02-21 13:51:06 +01:00
COMMENT= Control a CM11A interface from the command line
2005-07-25 13:51:33 +02:00
CONFLICTS= heyu2-*
IS_INTERACTIVE= yes
ALL_TARGET= heyu
WRKSRC= ${WRKDIR}/heyu.dir
2003-08-21 07:48:33 +02:00
USE_REINPLACE= yes
MAN1= heyu.1 heyuhelper.1
MAN5= x10config.5 \
x10sched.5
do-configure:
2003-08-21 07:48:33 +02:00
${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
pre-patch:
(cd ${WRKSRC} && ./Configure freebsd)
post-install:
${STRIP_CMD} ${PREFIX}/bin/heyu
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/examples/heyu
${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu
.endif
.include <bsd.port.mk>