1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/indi/Makefile
Rene Ladan 620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00

27 lines
601 B
Makefile

PORTNAME= indi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.1
CATEGORIES= devel
MAINTAINER= acm@FreeBSD.org
COMMENT= Implementation of the Instrument-Neutral-Device-Interface protocol
LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libnova.so:astro/libnova \
libcurl.so:ftp/curl \
libgsl.so:math/gsl \
libfftw3.so:math/fftw3 \
libtheora.so:multimedia/libtheora \
libogg.so:audio/libogg
USES= cmake jpeg iconv ninja pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= indilib
USE_LDCONFIG= yes
.include <bsd.port.mk>