1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/cad/atlc/Makefile
Baptiste Daroussin eed5d20c30 Support stage
General cleanup
2014-01-09 00:00:05 +00:00

27 lines
561 B
Makefile

# 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>