freebsd-ports/cad/uhdm/Makefile
Stefan Eßer bdd2d4af96 Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
2022-02-06 19:36:07 +01:00

28 lines
630 B
Makefile

PORTNAME= uhdm
DISTVERSIONPREFIX= v
DISTVERSION= g20211226
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
COMMENT= Universal Hardware Data Model
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake tcl:86,build
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= chipsalliance
GH_PROJECT= ${PORTNAME:tu}
GH_TAGNAME= a8be019
GH_TUPLE= capnproto:capnproto:14f24a4:capnproto/third_party/capnproto \
google:googletest:e2239ee:googletest/third_party/googletest
CMAKE_ON= BUILD_SHARED_LIBS
CONFLICTS_INSTALL= capnproto capnproto080 surelog # bin/uhdm-dump lib/libcapnp.so
BINARY_ALIAS= tclsh=${TCLSH}
.include <bsd.port.mk>