Kris Kennaway abc6ba2d15 BROKEN on !i386: Does not compile
Approved by:    portmgr (implicit)
2006-03-06 20:26:52 +00:00

36 lines
898 B
Makefile

# 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>