1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/cad/atlc/Makefile
2014-06-01 14:48:08 +00:00

29 lines
595 B
Makefile

# Created by: Marc Fonvieille <blackend@FreeBSD.org>
# $FreeBSD$
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 # (or later)
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>