mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
24 lines
463 B
Makefile
24 lines
463 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.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>
|