2001-11-16 04:46:52 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: cwtext
|
|
|
|
# Date created: Nov 16, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cwtext
|
2008-07-20 00:41:27 +02:00
|
|
|
PORTVERSION= 0.96
|
2009-08-18 17:53:11 +02:00
|
|
|
CATEGORIES= textproc hamradio
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
2001-11-16 04:46:52 +01:00
|
|
|
|
2009-05-04 20:59:02 +02:00
|
|
|
MAINTAINER= db@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Morse Code Generator
|
2001-11-16 04:46:52 +01:00
|
|
|
|
2003-01-03 20:10:36 +01:00
|
|
|
USE_PYTHON= yes
|
2001-11-16 04:46:52 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
ALL_TARGET= ALL
|
|
|
|
|
|
|
|
post-patch:
|
2006-01-07 07:28:17 +01:00
|
|
|
@${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" \
|
|
|
|
-e "s,gcc,${CC} ${CFLAGS},g" \
|
|
|
|
-e "s,install -sc,${INSTALL_PROGRAM},g" ${WRKSRC}/${MAKEFILE}
|
2001-11-16 04:46:52 +01:00
|
|
|
|
2006-01-07 07:28:17 +01:00
|
|
|
post-install:
|
2003-05-19 01:13:42 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
2001-11-16 04:46:52 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|