ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
33 lines
714 B
Makefile
33 lines
714 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdemorse
|
|
DISTVERSION= 3.6.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= X/GTK+-3 application for decoding Morse code signals into text
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libasound.so:audio/alsa-lib
|
|
|
|
USES= compiler:c++11-lang gettext-tools gmake gnome \
|
|
localbase:ldflags pkgconfig tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
|
|
|
|
LDFLAGS+= -lgmodule-2.0
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/${PORTNAME}.1.gz \
|
|
share/applications/${PORTNAME}.desktop \
|
|
share/pixmaps/${PORTNAME}.png
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|