mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
29 lines
595 B
Makefile
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>
|