aboutsummaryrefslogtreecommitdiff
path: root/emulators/skyeye/Makefile
blob: d7851374dab221ec22a378ae06b9f26c5d516c4f (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
PORTNAME=	skyeye
PORTVERSION=	1.2.5
PORTREVISION=	8
DISTVERSIONSUFFIX=	_REL
CATEGORIES=	emulators
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Environment simulates typical ARM-base embedded computer systems
WWW=		http://www.skyeye.org/

LICENSE=	GPLv2

USE_CSTD=	gnu89
USE_BINUTILS=	yes
USE_GCC=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_func_working_mktime=yes
CFLAGS+=	-fcommon

PLIST_FILES=	bin/skyeye

.include <bsd.port.mk>