opnsense-ports/emulators/skyeye/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

26 lines
538 B
Makefile

# Created by: Ruan Wei (iamayan@gmail.com)
# $FreeBSD$
PORTNAME= skyeye
PORTVERSION= 1.2.5
PORTREVISION= 5
DISTVERSIONSUFFIX= _REL
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Environment simulates typical ARM-base embedded computer systems
LICENSE= GPLv2
USE_HARDENING= pie:off relro:off
USE_CSTD= gnu89
USE_BINUTILS= yes
USE_GCC= any
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_working_mktime=yes
PLIST_FILES= bin/skyeye
.include <bsd.port.mk>