freebsd-ports/lang/rexx-regutil/Makefile
Wen Heping ae16631416 RegUtil is an implementation of IBM's RexxUtil for Regina. According to
the author, it is not complete; however, it implements a large number of
the RexxUtil functions, and is very useful.

Note that any scripts which load RegUtil must be run with the 'regina'
command, rather than 'rexx'; the latter does not support the use of
external function packages.

WWW: http://pages.interlog.com/~pjtm/

PR:		ports/150446
Submitted by:	Bob Eager <bob@eager.cx>
2010-11-04 00:57:22 +00:00

45 lines
1,019 B
Makefile

# Ports collection makefile for: rexx-regutil
# Date created: 09 September 2010
# Whom: Bob Eager <bob@eager.cx>
#
# $FreeBSD$
#
PORTNAME= regutil
PORTVERSION= 1.26
CATEGORIES= lang
MASTER_SITES= http://www.tavi.co.uk/distfiles/ http://pages.interlog.com/~pjtm/
PKGNAMEPREFIX= rexx-
DISTNAME= regutil126
MAINTAINER= bob@eager.cx
COMMENT= An implementation of IBM's RexxUtil function library for Regina
BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:${PORTSDIR}/lang/rexx-regina
USE_ZIP= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_LDCONFIG= yes
MAN1= regutil.1
MLINKS= regutil.1 rexxutil.1
MAKEFILE= Makefile.bsd
SUB_FILES= regutil.1 pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/librexxutil.so ${PREFIX}/lib
${INSTALL_MAN} ${WRKDIR}/regutil.1 ${PREFIX}/man/man1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/regutil.pdf ${DOCSDIR}
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>