aboutsummaryrefslogtreecommitdiffstats
path: root/cad/adms/Makefile
blob: 9618af9fcb39241c81a01c4bc1948436d165752b (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
25
26
27
# 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:R}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A model generator for SPICE simulators

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_GNOME=  glib20 pkgconfig
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>