blob: 87136b1e075fa90b2713f0e88d9a97fe436387b0 (
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
|
# New ports collection makefile for: oskit
# Date created: 25 Nov 2003
# Whom: jerry
#
# $FreeBSD$
#
PORTNAME= oskit
PORTVERSION= 20020317
CATEGORIES= devel
MASTER_SITES= ftp://flux.cs.utah.edu/flux/oskit/
MAINTAINER= unidevel@yahoo.com.cn
COMMENT= Framework and a set of libraries for developing operating systems
BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/gcc295
RUN_DEPENDS= gcc295:${PORTSDIR}/lang/gcc295
USE_PERL5_BUILD= yes
OSKITDIR= ${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS=-O2 LIBS=-lposix
USE_GMAKE= yes
USE_GCC= 2.95
MAKEFILE= GNUmakefile
STRIP=
.include <bsd.port.mk>
|