mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e1ffcc6263
Clean up Makefile No binary changes
23 lines
432 B
Makefile
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>
|