aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cwtext/Makefile
blob: ea38ceb7ee8db439e49e782b648f580fc179c440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: ijliao
# $FreeBSD$

PORTNAME=   cwtext
PORTVERSION=    0.96
CATEGORIES= textproc hamradio
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}

MAINTAINER= db@FreeBSD.org
COMMENT=    Morse Code Generator

USES=       gmake python
MAKEFILE=   makefile
ALL_TARGET= ALL

LICENSE=    GPLv2

OPTIONS_DEFINE= DOCS

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>