2000-01-05 14:30:35 +01:00
|
|
|
# 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
|
2000-01-05 14:30:35 +01:00
|
|
|
CATEGORIES= misc
|
2006-02-17 17:35:10 +01:00
|
|
|
MASTER_SITES= http://www.heyu.org/heyu1/
|
2000-04-14 10:49:30 +02:00
|
|
|
DISTNAME= x10_heyu
|
2000-01-05 14:30:35 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-07-26 17:13:25 +02:00
|
|
|
MAINTAINER= mstowe@chicago.us.mensa.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Control a CM11A interface from the command line
|
2000-01-05 14:30:35 +01:00
|
|
|
|
2006-02-17 17:35:10 +01:00
|
|
|
CONFLICTS= heyu2-[0-9]*
|
2005-07-25 13:51:33 +02:00
|
|
|
|
2001-08-08 17:18:07 +02:00
|
|
|
IS_INTERACTIVE= yes
|
2000-01-05 14:30:35 +01:00
|
|
|
ALL_TARGET= heyu
|
|
|
|
WRKSRC= ${WRKDIR}/heyu.dir
|
|
|
|
|
2004-03-06 13:01:13 +01:00
|
|
|
MAN1= heyu.1 heyuhelper.1
|
2000-01-05 14:30:35 +01:00
|
|
|
MAN5= x10config.5 \
|
|
|
|
x10sched.5
|
|
|
|
|
2006-04-03 01:11:51 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 600105
|
|
|
|
BROKEN= Does not compile
|
|
|
|
.endif
|
|
|
|
|
2006-02-17 17:35:10 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
|
|
|
|
s,(CC|CFLAGS) =,\1 ?=,g' \
|
|
|
|
${WRKSRC}/Configure
|
2000-01-05 14:30:35 +01:00
|
|
|
|
2006-02-17 17:35:10 +01:00
|
|
|
do-configure:
|
2004-03-06 13:01:13 +01:00
|
|
|
(cd ${WRKSRC} && ./Configure freebsd)
|
2001-06-18 18:09:59 +02:00
|
|
|
|
2000-01-05 14:30:35 +01:00
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/heyu
|
2006-02-17 17:35:10 +01:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR}
|
2000-01-05 14:30:35 +01:00
|
|
|
|
2006-04-03 01:11:51 +02:00
|
|
|
.include <bsd.port.post.mk>
|