head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.29.08.16.45;	author culot;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.04.00.57.22;	author wen;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Ports collection makefile for:	rexx-regutil
# Date created:				09 September 2010
# Whom:					Bob Eager <bob@@eager.cx>
#
# $FreeBSD: head/lang/rexx-regutil/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	regutil
PORTVERSION=	1.26
CATEGORIES=	lang
MASTER_SITES=	http://home.interlog.com/~ptjm/ http://www.tavi.co.uk/distfiles/
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>
@


1.2
log
@- Update MASTER_SITES

PR:		ports/159277
Submitted by:	Bob Eager <bob@@eager.cx> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@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>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.tavi.co.uk/distfiles/ http://pages.interlog.com/~pjtm/
@

