lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# Created by: lambert@lambertfam.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aldo
|
|
PORTVERSION= 0.7.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= lambert@lambertfam.org
|
|
COMMENT= Morse code training program
|
|
|
|
LIB_DEPENDS= libao.so:audio/libao
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USES= gmake libtool tar:bzip2
|
|
USE_GCC= any
|
|
|
|
PLIST_FILES= bin/aldo \
|
|
man/man1/aldo.1.gz
|
|
|
|
.include <bsd.port.mk>
|