1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/cwtext/Makefile
2014-07-16 03:18:26 +00:00

30 lines
548 B
Makefile

# 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
USE_PYTHON= yes
USES= gmake
MAKEFILE= makefile
ALL_TARGET= ALL
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e "s,%%STAGEDIR%%,${STAGEDIR},g" \
${WRKSRC}/makefile
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>