aboutsummaryrefslogtreecommitdiff
path: root/comms/flamp/Makefile
blob: d78527de539f845cc8e5f50543595c694443594c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	flamp
DISTVERSION=	2.2.05
CATEGORIES=	comms hamradio
MASTER_SITES=	SF/fldigi/flamp/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Program for the Amateur Multicast Protocol

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
		libfontconfig.so:x11-fonts/fontconfig \
		libpng16.so:graphics/png
RUN_DEPENDS=	fldigi:comms/fldigi

USES=		compiler:c++11-lang gmake jpeg pkgconfig xorg
USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/flamp \
		share/applications/flamp.desktop \
		share/pixmaps/flamp.xpm

.include <bsd.port.mk>