blob: 8d6d13fbd6d2af055a6be881a60e1b10491bf7a2 (
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
34
35
36
37
38
39
40
41
42
43
|
# Ports collection makefile for: skyeye
# Date created: Mon July 18, 2005
# Whom: Ruan Wei (iamayan@gmail.com)
#
# $FreeBSD$
#
PORTNAME= skyeye
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://download.gro.clinux.org/skyeye/
MAINTAINER= iamayan@gmail.com
COMMENT= An environment simulates typical ARM-base embedded computer systems
BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gtk20
WRKSRC= ${WRKDIR}/skyeye
MAN1= arm-elf-gdb.1 arm-elf-run.1
INFO= mmalloc
ONLY_FOR_ARCHS= i386
SKYEYETARGET?= arm-elf
CONFIGURE_TARGET= --target=${SKYEYETARGET}
CONFIGURE_ARGS+= --without-gtk-prefix \
--without-gtk-exec-prefix \
--disable-gtktest
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "does not compile"
.endif
.include <bsd.port.post.mk>
|