freebsd-ports/cad/atlc/Makefile

29 lines
583 B
Makefile
Raw Normal View History

# Created by: Marc Fonvieille <blackend@FreeBSD.org>
# $FreeBSD$
PORTNAME= atlc
PORTVERSION= 4.6.1
2014-01-25 20:32:14 +01:00
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2014-01-09 01:00:05 +01:00
COMMENT= Tool to calculate the impedance of transmission lines
LICENSE= GPLv2+
2014-01-09 01:00:05 +01:00
OPTIONS_DEFINE= DOCS EXAMPLES
USES= tar:bzip2
GNU_CONFIGURE= yes
PORTDOCS= *
2014-01-25 20:32:14 +01:00
PORTEXAMPLES= *
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 \
.include <bsd.port.mk>