opnsense-ports/emulators/skyeye/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
472 B
Makefile

# Created by: Ruan Wei (iamayan@gmail.com)
# $FreeBSD$
PORTNAME= skyeye
PORTVERSION= 1.2.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_BINUTILS= yes
USE_GCC= any
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_working_mktime=yes
PLIST_FILES= bin/skyeye
.include <bsd.port.mk>