aboutsummaryrefslogtreecommitdiff
path: root/emulators/skyeye/Makefile
blob: 91453921f4d74bca872c73492294040109980d1f (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
# Ports collection makefile for:  skyeye
# Date created:			  Mon July 18, 2005
# Whom:				  Ruan Wei (iamayan@gmail.com)
#
# $FreeBSD$
#

PORTNAME=	skyeye
DISTVERSION=	1.2.0-RC4
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=	${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \
		${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd
RUN_DEPENDS=	${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty \
		${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd

USE_GMAKE=	yes
USE_BZIP2=	yes
USE_GNOME=	gtk20
WRKSRC=		${WRKDIR}/${PORTNAME}-1.2.0

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		Does not compile on !i386
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/binary/skyeye ${PREFIX}/bin

.include <bsd.port.post.mk>