1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/cwtext/Makefile
2006-05-13 04:24:52 +00:00

35 lines
678 B
Makefile

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