freebsd-ports/cad/kicad-library-footprints/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

29 lines
753 B
Makefile

# Created by: Thierry Thomas <thierry@FreeBSD.org>
PORTNAME= kicad
PORTVERSION= 6.0.1
CATEGORIES= cad
MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-footprints/-/archive/${DISTVERSION}/
PKGNAMESUFFIX= -library-footprints
DISTNAME= ${PORTNAME}-footprints-${DISTVERSION}
MAINTAINER= cmt@FreeBSD.org
COMMENT= Official KiCad Footprint Libraries
LICENSE= GPLv2
RUN_DEPENDS= kicad:cad/kicad
USES= cmake tar:bz2
CONFLICTS_INSTALL= kicad-library-footprints-devel # share/kicad/footprints/Audio_Module.pretty/Reverb_BTDR-1H.kicad_mod
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \
-DCMAKE_BUILD_TYPE="Release" \
-DKICAD_TESTING_VERSION=ON \
-DKICAD_BUILD_VERSION=${DISTVERSION}
INSTALL_TARGET= install
NO_ARCH= yes
.include <bsd.port.mk>