summaryrefslogtreecommitdiff
path: root/misc/heyu
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-17 16:35:10 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-17 16:35:10 +0000
commit8373be85bfa2268ca4aa5cd32099c8382a199cbb (patch)
tree8886fe71672f053e3508a20fae8af66ba643391c /misc/heyu
parent* add support for acrobat reader 7 plugin [1] (diff)
- Fix MASTER_SITES [1]
- Make portlint(1) happy - Respect CC/CFLAGS - Install files in EXAMPLESDIR without check NOPORTDOCS - Patch Configure script on post-patch: target and execute it on do-configure: target PR: ports/93316 [1] Submitted by: maintainer [1] Approved by: maintainer
Notes
Notes: svn path=/head/; revision=156216
Diffstat (limited to 'misc/heyu')
-rw-r--r--misc/heyu/Makefile21
-rw-r--r--misc/heyu/pkg-plist6
2 files changed, 13 insertions, 14 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile
index eea3f4fc9ae8..1e5d9337f058 100644
--- a/misc/heyu/Makefile
+++ b/misc/heyu/Makefile
@@ -9,36 +9,35 @@ PORTNAME= heyu
PORTVERSION= 1.35
PORTREVISION= 2
CATEGORIES= misc
-MASTER_SITES= http://heyu.tanj.com/
+MASTER_SITES= http://www.heyu.org/heyu1/
DISTNAME= x10_heyu
EXTRACT_SUFX= .tgz
MAINTAINER= mstowe@chicago.us.mensa.org
COMMENT= Control a CM11A interface from the command line
-CONFLICTS= heyu2-*
+CONFLICTS= heyu2-[0-9]*
IS_INTERACTIVE= yes
ALL_TARGET= heyu
WRKSRC= ${WRKDIR}/heyu.dir
-USE_REINPLACE= yes
MAN1= heyu.1 heyuhelper.1
MAN5= x10config.5 \
x10sched.5
-do-configure:
- ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
+post-patch:
+ @${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
+ s,(CC|CFLAGS) =,\1 ?=,g' \
+ ${WRKSRC}/Configure
-pre-patch:
+do-configure:
(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
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/x10config ${EXAMPLESDIR}/x10config.sample
+ ${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${EXAMPLESDIR}
.include <bsd.port.mk>
diff --git a/misc/heyu/pkg-plist b/misc/heyu/pkg-plist
index 85c305b75f1f..2fdab585d943 100644
--- a/misc/heyu/pkg-plist
+++ b/misc/heyu/pkg-plist
@@ -2,6 +2,6 @@ bin/dawndusk
bin/heyu
bin/heyuhelper
bin/makesched
-share/examples/heyu/x10config.sample
-share/examples/heyu/x10sched.conf.sample
-@dirrm share/examples/heyu
+%%EXAMPLESDIR%%/x10config.sample
+%%EXAMPLESDIR%%/x10sched.conf.sample
+@dirrm %%EXAMPLESDIR%%