freebsd-ports/lang/rexx-regina/Makefile
Martin Wilke a88b598dd6 - Stage Support
- Convert to USES
2014-01-31 12:14:30 +00:00

35 lines
707 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= regina
PORTVERSION= 3.7
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}
PKGNAMEPREFIX= rexx-
DISTNAME= Regina-REXX-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Rexx interpreter
CONFLICTS= rexx-imc-* oorexx-[0-9]*
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USES= gmake
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
USE_RC_SUBR= rxstack
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.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not link on powerpc
.endif
.include <bsd.port.post.mk>