mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
42b6701e10
Approved by: portmgr (tier-2 blanket)
32 lines
760 B
Makefile
32 lines
760 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graywolf
|
|
DISTVERSION= 0.1.6-3
|
|
DISTVERSIONSUFFIX= -g6c5e24f
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
|
|
PATCHFILES+= af606a0e8c6f693448978a300e5603fd5a8f2aef.patch:-p1 # https://github.com/rubund/graywolf/pull/41
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Fork of TimberWolf, a placement tool in VLSI design
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
USES= cmake compiler:c11 pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rubund
|
|
USE_XORG= ice sm x11 xext
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GCC= any # lots of obviously incorrect C where clang fails, which gcc nevertheless magically finds a way to compile
|
|
|
|
CFLAGS+= -fcommon
|
|
|
|
.include <bsd.port.mk>
|