aboutsummaryrefslogtreecommitdiff
path: root/textproc/cwtext/Makefile
blob: 2833616ae8b9fcc7d90cb3aff19a00f43cc3749a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>