aboutsummaryrefslogblamecommitdiff
path: root/cad/freehdl/Makefile
blob: 5981b6b90612ba0b27da89c22abca663156888b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                 

                       
                     
                 
                   
                                                  
 
                                 
                                   
 
                                                              
                   
                   
                   
                                       
                             
 
                                                                              


                                                                           
                       
 

                    
                      
# Created by: lon_kamikaze@gmx.de

PORTNAME=	freehdl
PORTVERSION=	0.0.7
PORTREVISION=	9
CATEGORIES=	cad
MASTER_SITES=	http://freehdl.seul.org/~enaroska/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Free VHDL simulator

USES=		gmake pathfix libtool makeinfo perl5 pkgconfig
USE_LDCONFIG=	yes
USE_GCC=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	SYSTEM_LIBTOOL=${FALSE}
INSTALL_TARGET=	install-strip

# Bug 219297: GCC 6 changed its default from -std=gnu++98 to -std=gnu++14, and
# this port's code is not compatible with C++11. Since the project looks
# abandoned upstream, it makes more sense to just continue building with an
# older C++ standard.
USE_CXXSTD=	gnu++98

INFO=		fire

.include <bsd.port.mk>