blob: 8dc92789e808777b9606179d9e19d8e2b2e7dd95 (
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
|
# 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.9
PORTREVISION= 0
CATEGORIES= cad
MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= A model generator for SPICE simulators
USE_GMAKE= yes
USE_GNOME= glib20 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|