Edit

IABSD.fr/ports/cad/graywolf/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2021-07-04 23:19:38
    Hash : 03140f5c
    Message : Fix graywolf build when misc/dialog is installed Use CMAKE_INCLUDE_CURRENT_DIR to prefer .h files from the port's source directories. From Alessandro De Laurenzis (maintainer)

  • cad/graywolf/Makefile
  • # $OpenBSD: Makefile,v 1.5 2021/07/04 23:19:38 jca Exp $
    
    COMMENT =	placement tool used in VLSI design
    
    GH_ACCOUNT =	rubund
    GH_PROJECT =	graywolf
    GH_TAGNAME =	0.1.6
    REVISION =	2
    
    SHARED_LIBS +=  ycadgraywolf	0.0	# 0.0
    
    CATEGORIES =	cad
    
    MAINTAINER =	Alessandro De Laurenzis <just22@atlantide.mooo.com>
    
    # GPLv2+
    PERMIT_PACKAGE = Yes
    
    WANTLIB +=	ICE SM X11 Xext c gsl gslcblas m
    
    MODULES =	devel/cmake
    
    LIB_DEPENDS =	devel/gsl
    
    # Really really not C99
    CONFIGURE_ARGS = -DCMAKE_C_FLAGS="${CFLAGS} -Wno-return-type"
    
    NO_TEST =	Yes
    
    post-install:
    	@cd ${PREFIX}/lib/graywolf/bin/flow && \
    	    ln -sf flow.noroute flow
    
    .include <bsd.port.mk>