blob: 6123fe89a6951775eb6d2e0fd61430c1937cc42d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|