2001-07-18 09:12:42 +00:00
|
|
|
# New ports collection Makefile for: onyx
|
|
|
|
# Date created: 15 May 2001
|
|
|
|
# Whom: jasone
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= onyx
|
2002-03-31 03:32:46 +00:00
|
|
|
PORTVERSION= 3.0.2
|
2001-07-18 09:12:42 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.canonware.com/download/onyx/
|
|
|
|
|
|
|
|
MAINTAINER= jasone@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
|
2002-02-11 01:34:57 +00:00
|
|
|
LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit
|
2001-07-18 09:12:42 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-02-11 01:34:57 +00:00
|
|
|
CONFIGURE_ARGS= --with-libedit-prefix=${PREFIX}
|
2001-07-18 09:12:42 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
MAN1= onyx.1
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
2002-02-11 01:34:57 +00:00
|
|
|
PLIST_SUB= ONYX_VERSION=${PORTVERSION}
|
|
|
|
|
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 ${PREFIX}/bin/onyx
|
|
|
|
@cat ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|