mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
faf67f5ee2
PR: 22194 Submitted by: MAINTAINER
36 lines
759 B
Makefile
36 lines
759 B
Makefile
# New ports collection makefile for: heyu
|
|
# Date created: 27 December 1999
|
|
# Whom: plambert@plambert.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= heyu
|
|
PORTVERSION= 1.29
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://heyu.tanj.com/
|
|
DISTNAME= x10_heyu
|
|
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/x10config.sample
|
|
${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|