blob: 739cef9c5e76efde74a651542b3ea32dbdb9edf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= adms
PORTVERSION= 2.3.5
CATEGORIES= cad
MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= Model generator for SPICE simulators
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= bison libtool
GNU_CONFIGURE= yes
CONFIGURE_ENV= ax_cv_c_compiler_vendor=gnu
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>
|