Changeset View
Changeset View
Standalone View
Standalone View
cad/graywolf/Makefile
Show All 13 Lines | PATCHFILES+= 2b23616f26d8f9a9fa03010322fa967a2dc204e3.patch:-p1 \ | ||||
a9a092d9c2dab31993bc2955c5ed730c9234df29.patch:-p1 # https://github.com/rubund/graywolf/pull/48 | a9a092d9c2dab31993bc2955c5ed730c9234df29.patch:-p1 # https://github.com/rubund/graywolf/pull/48 | ||||
MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
COMMENT= Fork of TimberWolf, a placement tool in VLSI design | COMMENT= Fork of TimberWolf, a placement tool in VLSI design | ||||
WWW= https://github.com/rubund/graywolf | WWW= https://github.com/rubund/graywolf | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
BROKEN_aarch64= Fails to link: missing sbrk | |||||
LIB_DEPENDS= libgsl.so:math/gsl | LIB_DEPENDS= libgsl.so:math/gsl | ||||
TEST_DEPENDS= bash:shells/bash \ | TEST_DEPENDS= bash:shells/bash \ | ||||
rsync:net/rsync | rsync:net/rsync | ||||
USES= cmake compiler:c11 pkgconfig shebangfix xorg | USES= cmake compiler:c11 pkgconfig sbrk shebangfix xorg | ||||
USE_XORG= ice sm x11 xext | USE_XORG= ice sm x11 xext | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= rubund | GH_ACCOUNT= rubund | ||||
SHEBANG_GLOB= *.sh | SHEBANG_GLOB= *.sh | ||||
USE_GCC= yes # lots of obviously incorrect C where clang fails, which gcc nevertheless magically finds a way to compile | USE_GCC= yes # lots of obviously incorrect C where clang fails, which gcc nevertheless magically finds a way to compile | ||||
CFLAGS+= -fcommon \ | CFLAGS+= -fcommon \ | ||||
-fpermissive | -fpermissive | ||||
TEST_TARGET= test | TEST_TARGET= test | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |