summaryrefslogtreecommitdiff
path: root/cad/qucs/Makefile
blob: 06a766a634f7a6288bade30c995cb937a24da778 (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
# New ports collection makefile for:	qucs
# Date created:				2005-06-11
# Whom:					des
#
# $FreeBSD$
#

PORTNAME=	qucs
PORTVERSION=	0.0.12
CATEGORIES=	cad science
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graphical circuit design and simulation tool

USE_QT_VER=	3
USE_GNOME=	gnometarget
USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN1=		ps2sp.1 qucs.1 qucsator.1 qucsattenuator.1 qucsconv.1 \
		qucsdigi.1 qucsedit.1 qucsfilter.1 qucshelp.1 qucslib.1 \
		qucstrans.1 qucsveri.1

.include <bsd.port.mk>