lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
22 lines
440 B
Makefile
22 lines
440 B
Makefile
# Created by: lon_kamikaze@gmx.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freehdl
|
|
PORTVERSION= 0.0.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://freehdl.seul.org/~enaroska/
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Free VHDL simulator
|
|
|
|
USES= gmake pathfix libtool makeinfo perl5 pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= any
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= fire
|
|
|
|
.include <bsd.port.mk>
|