freebsd-ports/emulators/skyeye/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
905 B
Makefile

# Ports collection makefile for: skyeye
# Date created: Mon July 18, 2005
# Whom: Ruan Wei (iamayan@gmail.com)
#
# $FreeBSD$
#
PORTNAME= skyeye
PORTVERSION= 1.2
PORTREVISION= 2
DISTVERSIONPREFIX=v
DISTVERSIONSUFFIX=_Rel
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}-v1
.include <bsd.port.pre.mk>
ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/binary/skyeye ${PREFIX}/bin
.include <bsd.port.post.mk>