freebsd-ports/textproc/cwtext/Makefile
Pete Fritchman 3f1e14bb32 - update to 0.93
- install docs

PR:		51701
Submitted by:	Ports Fury
2003-05-18 23:13:42 +00:00

38 lines
731 B
Makefile

# ex:ts=8
# New ports collection makefile for: cwtext
# Date created: Nov 16, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cwtext
PORTVERSION= 0.93
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Morse Code Generator
USE_PYTHON= yes
USE_REINPLACE= yes
USE_GMAKE= yes
MAKEFILE= makefile
ALL_TARGET= ALL
post-patch:
@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g ; \
s,gcc,${CC} ${CFLAGS},g" ${WRKSRC}/${MAKEFILE}
do-install:
.for file in cwmm cwpcm cwtext
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>