1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/flamp/Makefile
Yuri Victorovich 4e7b5a2411 comms/flamp: update 2.2.12 → 2.2.13
Reported by:	portscout
2024-07-10 09:00:57 -07:00

28 lines
658 B
Makefile

PORTNAME= flamp
DISTVERSION= 2.2.13
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>