mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
41 lines
977 B
Makefile
41 lines
977 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qucs
|
|
PORTVERSION= 0.0.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad science
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Graphical circuit design and simulation tool
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/qucs/COPYING
|
|
|
|
BUILD_DEPENDS= gperf:devel/gperf \
|
|
admsXml:cad/adms
|
|
|
|
USE_QT4= moc_build uic_build rcc_build linguisttools_build \
|
|
corelib gui xml svg script qt3support
|
|
USES= autoreconf compiler:c++11-lib bison gmake libtool shebangfix
|
|
SHEBANG_FILES= qucs/contrib/ps2sp
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-doc
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name configure.ac -print0 | ${XARGS} -0 \
|
|
${REINPLACE_CMD} -e '/m4_esyscmd/ s|< VERSION|< ${WRKSRC}/VERSION|; s|git log|false|'
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${WRKSRC}/NEWS.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|