1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/lang/onyx/Makefile

47 lines
1.0 KiB
Makefile
Raw Normal View History

2001-07-18 09:12:42 +00:00
# New ports collection Makefile for: onyx
# Date created: 15 May 2001
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= onyx
PORTVERSION= 4.4.3
2001-07-18 09:12:42 +00:00
CATEGORIES= lang
MASTER_SITES= http://www.canonware.com/download/onyx/
2002-05-11 22:19:34 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Embeddable stack-based threaded interpreted language
2001-07-18 09:12:42 +00:00
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit \
pcre.0:${PORTSDIR}/devel/pcre
2001-07-18 09:12:42 +00:00
USE_BZIP2= yes
USE_REINPLACE= yes
2001-07-18 09:12:42 +00:00
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \
--with-pcre-prefix=${LOCALBASE} \
--disable-slate
2001-07-18 09:12:42 +00:00
INSTALLS_SHLIB= yes
MAN1= onyx.1 onyx_config.1
2001-07-18 09:12:42 +00:00
2002-02-11 01:34:57 +00:00
PLIST_SUB= ONYX_VERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
2001-07-18 09:12:42 +00:00
do-build:
2002-02-11 01:34:57 +00:00
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)
2001-07-18 09:12:42 +00:00
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install)
post-install:
@${STRIP_CMD} ${PREFIX}/bin/onyx
@${CAT} ${PKGMESSAGE}
2001-07-18 09:12:42 +00:00
.include <bsd.port.mk>