2013-09-20 17:58:41 +02:00
|
|
|
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
2002-11-13 21:21:29 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= atlc
|
2011-08-31 23:43:18 +02:00
|
|
|
PORTVERSION= 4.6.1
|
2014-01-25 20:32:14 +01:00
|
|
|
PORTREVISION= 1
|
2002-11-13 21:21:29 +01:00
|
|
|
CATEGORIES= cad
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2002-11-13 21:21:29 +01:00
|
|
|
|
2005-10-10 07:14:17 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-01-09 01:00:05 +01:00
|
|
|
COMMENT= Tool to calculate the impedance of transmission lines
|
2002-11-13 21:21:29 +01:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2014-01-09 01:00:05 +01:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
2011-08-31 23:43:18 +02:00
|
|
|
|
2014-06-01 16:48:08 +02:00
|
|
|
USES= tar:bzip2
|
2011-08-31 23:43:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-13 21:21:29 +01:00
|
|
|
|
2011-08-31 23:43:18 +02:00
|
|
|
PORTDOCS= *
|
2014-01-25 20:32:14 +01:00
|
|
|
PORTEXAMPLES= *
|
2002-11-13 21:21:29 +01:00
|
|
|
|
2014-01-09 01:00:05 +01:00
|
|
|
MAKE_ARGS= examplesdir=${EXAMPLESDIR} \
|
|
|
|
htmldir=${DOCSDIR}/html-docs \
|
|
|
|
jpgdir=${DOCSDIR}/html-docs/jpgs \
|
|
|
|
qexdir=${DOCSDIR}/qex-december-1996 \
|
2002-11-13 21:21:29 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|