1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/lang/rexx-regina/Makefile
Boris Samorodov 74a07da4d0 . update to version 3.5;
. use USE_RC_SUBR.

PR:		ports/149880
Submitted by:	bsam (me)
Approved by:	maintainer timeout (7+ weeks)
2010-10-15 15:08:13 +00:00

37 lines
718 B
Makefile

# ex:ts=8
# Ports collection makefile for: rexx-regina
# Date created: Nov 11, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= regina
PORTVERSION= 3.5
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}
PKGNAMEPREFIX= rexx-
DISTNAME= Regina-REXX-${PORTVERSION}
MAINTAINER= g.gonter@ieee.org
COMMENT= A Rexx interpreter
CONFLICTS= rexx-imc-* oorexx-[0-9]*
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
USE_RC_SUBR= rxstack
MAN1= regina.1
post-patch:
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
post-configure:
@${REINPLACE_CMD} -e "s|-xchar=unsigned||g" ${WRKSRC}/Makefile
.include <bsd.port.mk>