mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e1df505e13
* Pass maintainership to maintainership PR: 119360 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
26 lines
553 B
Makefile
26 lines
553 B
Makefile
# New ports collection makefile for: qucs
|
|
# Date created: 2005-06-11
|
|
# Whom: des
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qucs
|
|
PORTVERSION= 0.0.13
|
|
CATEGORIES= cad science
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
|
COMMENT= Graphical circuit design and simulation tool
|
|
|
|
USE_QT_VER= 3
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
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>
|