1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/indi/Makefile
Po-Chuan Hsieh e73ed31d9f
astro/cfitsio: Update to 4.2.0
- Convert REINPLACE_CMD to patch file
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2022-12-30 17:04:05 +08:00

29 lines
655 B
Makefile

PORTNAME= indi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.6
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= acm@FreeBSD.org
COMMENT= Implementation of the Instrument-Neutral-Device-Interface protocol
WWW= https://github.com/indilib/indi
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>