Files
ports/comms/aldo/Makefile
Muhammad Moinur Rahman bf73b9d741 comms/aldo: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-22 15:02:10 +01:00

24 lines
475 B
Makefile

PORTNAME= aldo
DISTVERSION= 0.7.7
PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= SAVANNAH
MAINTAINER= lambert@lambertfam.org
COMMENT= Morse code training program
WWW= https://www.nongnu.org/aldo/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libao.so:audio/libao
USES= compiler:c++0x gmake localbase tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/aldo \
share/man/man1/aldo.1.gz
.include <bsd.port.mk>