2014-11-19 22:59:02 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qucs
|
|
|
|
PORTVERSION= 0.0.18
|
|
|
|
CATEGORIES= cad science
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Graphical circuit design and simulation tool
|
|
|
|
|
2014-11-20 21:18:07 +01:00
|
|
|
LICENSE= GPLv2 # or later
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-11-19 22:59:02 +01:00
|
|
|
|
2014-11-20 21:18:07 +01:00
|
|
|
USE_QT4= moc_build uic_build rcc_build linguist_build \
|
|
|
|
corelib gui xml svg script qt3support
|
|
|
|
USES= bison gmake libtool shebangfix
|
|
|
|
SHEBANG_FILES= contrib/ps2sp
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2014-11-19 22:59:02 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|