summaryrefslogtreecommitdiff
path: root/comms/flmsg/Makefile
blob: 352ab70f94469fed4eaa86f3299d56941b3fe354 (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=	flmsg
DISTVERSION=	4.0.22
PORTREVISION=	1
CATEGORIES=	comms hamradio
MASTER_SITES=	http://www.w1hkj.com/files/${PORTNAME}/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Forms management editor for Amateur Radio standard message formats
WWW=		http://www.w1hkj.com/

LICENSE=	GPLv3
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=		gmake jpeg pkgconfig xorg
USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender

GNU_CONFIGURE=	yes

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

.include <bsd.port.mk>