mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
29 lines
615 B
Makefile
29 lines
615 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkmmorse
|
|
PORTVERSION= 0.9.27
|
|
PORTREVISION= 4
|
|
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>
|