1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/cwtext/Makefile
2021-04-06 16:31:07 +02:00

22 lines
420 B
Makefile

# Created by: ijliao
PORTNAME= cwtext
PORTVERSION= 0.96
CATEGORIES= textproc hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Morse Code Generator
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>