1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/comms/flmsg/Makefile
Yuri Victorovich 8c98ad46ad comms/flmsg: Update 4.0.15 -> 4.0.16
Reported by:	portscout
2020-06-30 07:14:49 +00:00

29 lines
653 B
Makefile

# $FreeBSD$
PORTNAME= flmsg
DISTVERSION= 4.0.16
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
LICENSE= GPLv3
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= 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>