Update comms/qt5-serialbus to version 5.13.2_1
[dports.git] / comms / flcluster / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       flcluster
4 PORTVERSION=    1.0.4
5 PORTREVISION=   3
6 CATEGORIES=     comms hamradio
7 MASTER_SITES=   SF/fldigi/${PORTNAME}
8
9 MAINTAINER=     hamradio@FreeBSD.org
10 COMMENT=        FLCLUSTER is a management tool for accessing dxcluster nodes
11
12 LICENSE=        GPLv3
13
14 LIB_DEPENDS=    libpng.so:graphics/png \
15                 libfltk.so:x11-toolkits/fltk \
16                 libfontconfig.so:x11-fonts/fontconfig
17
18 USES=           autoreconf compiler:c++11-lib gmake pkgconfig xorg
19 USE_CXXSTD=     gnu++0x
20 GNU_CONFIGURE=  yes
21 USE_XORG=       x11 xft xext xfixes xcursor xinerama
22 CONFIGURE_ENV=  FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
23                     EXTRA_LIBS="-lexecinfo"
24
25 PLIST_FILES=    bin/flcluster share/applications/flcluster.desktop \
26                         share/pixmaps/flcluster.xpm
27 .include <bsd.port.mk>