blob: 2a502b757f0fd134540426f1e4c4ef811118993a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection Makefile for: onyx
# Date created: 15 May 2001
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= onyx
PORTVERSION= 2.3.0
CATEGORIES= lang
MASTER_SITES= http://www.canonware.com/download/onyx/
MAINTAINER= jasone@FreeBSD.org
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MAN1= onyx.1
MANCOMPRESSED= no
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install)
post-install:
@strip ${PREFIX}/bin/onyx
@cat ${PKGMESSAGE}
.include <bsd.port.mk>
|