1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/lang/oorexx/Makefile

30 lines
723 B
Makefile
Raw Normal View History

# New ports collection makefile for: ooRexx
# Date created: 04 Jun 2005
# Whom: Micho
#
# $FreeBSD$
#
PORTNAME= oorexx
PORTVERSION= 3.0.0
CATEGORIES= lang
MASTER_SITES= http://www.matem.unam.mx/~micho/download/
MAINTAINER= micho@matem.unam.mx
COMMENT= A powerful typeless object-oriented scripting language
CONFLICTS= rexx-regina-[0-9]*
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
MAKE_ENV= EXAMPLESDIR="${EXAMPLESDIR}"
MAN1= rexx.1 rexxc.1 rxmigrate.1 rxsubcom.1 rxqueue.1
post-patch:
@${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|; \
s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/usr/local/oorexx|${PREFIX}/lib/oorexx|' \
${WRKSRC}/rxtests/README
.include <bsd.port.mk>