1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/cad/atlc/Makefile
2021-04-06 16:31:07 +02:00

28 lines
571 B
Makefile

# Created by: Marc Fonvieille <blackend@FreeBSD.org>
PORTNAME= atlc
PORTVERSION= 4.6.1
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to calculate the impedance of transmission lines
LICENSE= GPLv2+
OPTIONS_DEFINE= DOCS EXAMPLES
USES= tar:bzip2
GNU_CONFIGURE= yes
PORTDOCS= *
PORTEXAMPLES= *
MAKE_ARGS= examplesdir=${EXAMPLESDIR} \
htmldir=${DOCSDIR}/html-docs \
jpgdir=${DOCSDIR}/html-docs/jpgs \
qexdir=${DOCSDIR}/qex-december-1996 \
.include <bsd.port.mk>