summaryrefslogtreecommitdiff
path: root/comms/flamp/Makefile
blob: 5167495ceb69b8bd93a3cade893769eaffbae41f (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
27
28
PORTNAME=	flamp
DISTVERSION=	2.2.07
PORTREVISION=	1
CATEGORIES=	comms hamradio
MASTER_SITES=	SF/fldigi/flamp/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Program for the Amateur Multicast Protocol
WWW=		https://sourceforge.net/projects/fldigi/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
		libfontconfig.so:x11-fonts/fontconfig \
		libpng.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>