1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/cad/qucs/Makefile
Gerald Pfeifer 09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00

41 lines
982 B
Makefile

# $FreeBSD$
PORTNAME= qucs
PORTVERSION= 0.0.19
PORTREVISION= 2
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_QT= moc_build uic_build rcc_build linguisttools_build \
corelib gui xml svg script qt3support
USES= autoreconf compiler:c++11-lib bison gmake libtool qt:4 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>