1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/comms/gtkmmorse/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00

29 lines
615 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= gtkmmorse
PORTVERSION= 0.9.27
PORTREVISION= 6
CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Graphical Morse Code Trainer
LIB_DEPENDS= libao.so:audio/libao \
libgtkmm-2.4.so:x11-toolkits/gtkmm24 \
libgconfmm-2.6.so:devel/gconfmm26
GNU_CONFIGURE= yes
USES= compiler:c++11-lang pkgconfig tar:bzip2
USE_CXXSTD= c++11
PLIST_FILES= bin/gtkmmorse \
man/man1/gtkmmorse.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>