2020-03-22 11:43:44 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= graywolf
|
|
|
|
DISTVERSION= 0.1.6-3
|
|
|
|
DISTVERSIONSUFFIX= -g6c5e24f
|
2020-03-25 01:19:40 +01:00
|
|
|
PORTREVISION= 1
|
2020-03-22 11:43:44 +01:00
|
|
|
CATEGORIES= cad
|
|
|
|
|
2020-03-25 01:19:40 +01:00
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
|
|
|
|
PATCHFILES+= af606a0e8c6f693448978a300e5603fd5a8f2aef.patch:-p1 # https://github.com/rubund/graywolf/pull/41
|
|
|
|
|
2020-03-22 11:43:44 +01:00
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Fork of TimberWolf, a placement tool in VLSI design
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
|
|
|
2020-04-10 23:43:59 +02:00
|
|
|
USES= cmake compiler:c11 pkgconfig xorg
|
2020-03-22 11:43:44 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|