mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
4faea46b6b
specified in high-level description language into ready-to-compile c code for the API of spice simulators. WWW: http://mot-adms.sourceforge.net/ PR: ports/101014 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
25 lines
465 B
Makefile
25 lines
465 B
Makefile
# New ports collection makefile for: adms
|
|
# Date created: 2006-07-29
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $MBSDlabs$
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adms
|
|
PORTVERSION= 2.2.4
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=mot-adms
|
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
|
COMMENT= A model generator for SPICE simulators
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= glib20 pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= 3.2+
|
|
|
|
.include <bsd.port.mk>
|