opnsense-ports/comms/grig/Makefile
Franco Fichtner c6e96193e7 */*: sync with upstream
Taken from: FreeBSD
2023-03-03 12:35:16 +01:00

30 lines
629 B
Makefile

PORTNAME= grig
PORTVERSION= 0.9.0
PORTREVISION= 2
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio control front-end
WWW= http://groundstation.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhamlib.so:comms/hamlib \
libharfbuzz.so:print/harfbuzz \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= autoreconf gettext gmake gnome libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fillods
GH_PROJECT= grig
GH_TAGNAME= 9d79adb
USE_GNOME= cairo gdkpixbuf2 gtk20 intltool
GNU_CONFIGURE= yes
LIBS+= -lm
.include <bsd.port.mk>