1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/textproc/cwtext/Makefile
Diane Bruce e1ffcc6263 Reassign to hamradio@
Clean up Makefile
No binary changes
2015-08-19 01:00:55 +00:00

23 lines
432 B
Makefile

# Created by: ijliao
# $FreeBSD$
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>