blob: c4d8c1f7a0d7fc6127828d9f6afb1d9c69d026a8 (
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
|
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
# $FreeBSD$
PORTNAME= atlc
PORTVERSION= 4.6.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
USE_BZIP2= yes
GNU_CONFIGURE= yes
PORTDOCS= *
MAKE_ARGS= examplesdir=${EXAMPLESDIR} \
htmldir=${DOCSDIR}/html-docs \
jpgdir=${DOCSDIR}/html-docs/jpgs \
qexdir=${DOCSDIR}/qex-december-1996 \
.include <bsd.port.mk>
|