summaryrefslogtreecommitdiff
path: root/cad/kicad/Makefile
blob: fbc0fb0e6d6874655f00f2f254e871bed6171c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# $NetBSD: Makefile,v 1.4 2014/11/07 19:39:27 adam Exp $
#

V=		20140214
DISTNAME=	kicad-stable-${V}
PKGNAME=	kicad-${V}
PKGREVISION=	3
CATEGORIES=	cad
MASTER_SITES=	http://ftp.fr.NetBSD.org/~bouyer/kicad/

MAINTAINER=	bouyer@NetBSD.org
HOMEPAGE=	http://www.kicad-pcb.org/
COMMENT=	Schematic and PCB CAD software (stable branch)
LICENSE=	gnu-gpl-v2

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++
USE_CMAKE=		yes

CMAKE_ARGS+=		-DKICAD_STABLE_VERSION=ON
CMAKE_ARGS+=		-DCMAKE_BUILD_TYPE=Release

CMAKE_MODULE_PATH_OVERRIDE = \
			bitmaps_png/CMakeLists.txt \
			new/CMakeLists.txt \
			tools/CMakeLists.txt

SUBST_CLASSES+=		macosx
SUBST_STAGE.macosx=	pre-configure
SUBST_MESSAGE.macosx=	Eliminating Mac OS X build specific for ${PKGNAME}
SUBST_FILES.macosx=	bitmap2component/CMakeLists.txt			\
			eeschema/CMakeLists.txt				\
			cvpcb/CMakeLists.txt				\
			gerbview/CMakeLists.txt				\
			kicad/CMakeLists.txt				\
			pcb_calculator/CMakeLists.txt			\
			pcbnew/CMakeLists.txt
SUBST_SED.macosx=	-e 's/[[:<:]]MACOSX_BUNDLE[[:>:]]//'

.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/cmake/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"