pkgsrc/cad/kicad-i18n/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

27 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/26 17:30:47 rillig Exp $
#
V= 5.1.4
DISTNAME= kicad-i18n-${V}
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=KiCad/}
GITHUB_TAG= ${PKGVERSION_NOREV}
EXTRACT_USING= bsdtar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://kicad-pcb.org/
COMMENT= user interface translations for the PCB CAD software
LICENSE= gnu-gpl-v3
CMAKE_ARGS+= -DKICAD_REPO_NAME=stable -DKICAD_BUILD_VERSION=${V}
USE_CMAKE= yes
BUILD_DIRS= obj
CONFIGURE_DIRS= ${BUILD_DIRS}
CMAKE_ARG_PATH= ..
pre-configure:
cd ${WRKSRC} && mkdir ${BUILD_DIRS}
.include "../../devel/cmake/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"