opnsense-ports/textproc/cwtext/Makefile
2022-09-07 22:33:21 +02:00

20 lines
435 B
Makefile

PORTNAME= cwtext
PORTVERSION= 0.96
CATEGORIES= textproc hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Morse Code Generator
WWW= http://cwtext.sourceforge.net/
LICENSE= GPLv2
USES= gmake python
MAKEFILE= makefile
ALL_TARGET= ALL
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>