mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
24 lines
432 B
Makefile
24 lines
432 B
Makefile
# Created by: lambert@lambertfam.org
|
|
|
|
PORTNAME= aldo
|
|
DISTVERSION= 0.7.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= lambert@lambertfam.org
|
|
COMMENT= Morse code training program
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libao.so:audio/libao
|
|
|
|
USES= compiler:c++0x gmake localbase tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/aldo \
|
|
man/man1/aldo.1.gz
|
|
|
|
.include <bsd.port.mk>
|