Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/flmsg/Makefile
16460 views
PORTNAME=	flmsg
DISTVERSION=	4.0.23
CATEGORIES=	comms hamradio
MASTER_SITES=	http://www.w1hkj.com/files/${PORTNAME}/

MAINTAINER=	[email protected]
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>