mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
b19d5fec8a
Release notes at <https://old.opencascade.com/sites/default/files/documents/release_notes_7.5.0.pdf> - Bump PORTREVISION of consumers.
40 lines
939 B
Makefile
40 lines
939 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= horizon-eda
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= cad
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= EDA package for printed circuit board design
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs \
|
|
cppzmq>0:net/cppzmq \
|
|
glm>0:math/glm
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libepoxy.so:graphics/libepoxy \
|
|
libgit2.so:devel/libgit2 \
|
|
libpodofo.so:graphics/podofo \
|
|
libTKSTEP.so:cad/opencascade \
|
|
libuuid.so:misc/e2fsprogs-libuuid \
|
|
libzip.so:archivers/libzip \
|
|
libzmq.so:net/libzmq4
|
|
|
|
USES= compiler:c++17-lang gmake gnome localbase pkgconfig python:build sqlite
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= horizon
|
|
USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-install:
|
|
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-imp horizon-eda
|
|
|
|
.include <bsd.port.mk>
|