mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
93de40313f
PR: ports/103142 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
26 lines
544 B
Makefile
26 lines
544 B
Makefile
# New ports collection makefile for: qucs
|
|
# Date created: 2005-06-11
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qucs
|
|
PORTVERSION= 0.0.10
|
|
CATEGORIES= cad science
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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= qucs.1 qucsator.1 qucsattenuator.1 qucsconv.1 qucsdigi.1 \
|
|
qucsedit.1 qucsfilter.1 qucshelp.1 qucslib.1 qucstrans.1
|
|
|
|
.include <bsd.port.mk>
|