1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/comms/flamp/Makefile
Mark Linimon 2cce9d9821 Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
flamp.cxx: In function 'void addfile(std::string, void*, bool, char*, char*)':
  flamp.cxx:841: error: 'nullptr' was not declared in this scope

Approved by:	portmgr (tier-2 blanket)
2020-02-08 20:54:33 +00:00

29 lines
626 B
Makefile

# $FreeBSD$
PORTNAME= flamp
DISTVERSION= 2.2.05
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/flamp/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Program for the Amateur Multicast Protocol
LICENSE= GPLv2
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= 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>