mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
e59c88cece
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
25 lines
453 B
Makefile
25 lines
453 B
Makefile
# Created by: lambert@lambertfam.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aldo
|
|
PORTVERSION= 0.7.5
|
|
PORTREVISION= 5
|
|
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>
|