aboutsummaryrefslogtreecommitdiff
path: root/cad/fasm/Makefile
blob: 44eec44bf433172146a45ac3d10fc1a0a6934a43 (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
24
25
26
PORTNAME=	fasm
PORTVERSION=	g20190920
PORTREVISION=	1
CATEGORIES=	cad python
PKGNAMESUFFIX=	-fpga

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	FPGA assembly (FASM) parser and generator
WWW=		https://github.com/SymbiFlow/fasm

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}textx>0:lang/py-textX@${PY_FLAVOR}

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	SymbiFlow
GH_TAGNAME=	b8db365
USE_PYTHON=	distutils concurrent noflavors autoplist

NO_ARCH=	yes

CONFLICTS_INSTALL=	fasm SASM

.include <bsd.port.mk>