mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e3860f5b44
Needs C++11: USE_CXXSTD= c++11 Approved by: mentors (implicit approval)
27 lines
499 B
Makefile
27 lines
499 B
Makefile
# Created by: tenser@spitfire.ecsel.psu.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsvc
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.4.6
|
|
CATEGORIES= emulators tk
|
|
|
|
MAINTAINER= cross@gajendra.net
|
|
COMMENT= Extensible hardware simulation framework with MC68K support
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
|
|
|
|
USES= compiler:c++11-lang tk gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= BSVC
|
|
USE_CSTD= c11
|
|
USE_CXXSTD= c++11
|
|
|
|
WRKSRC_SUBDIR= src
|
|
MAKEFILE= Makefile.BSD
|
|
MAKE_ARGS+= WISH=wish${TK_VER}
|
|
|
|
.include <bsd.port.mk>
|