1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/tkcon/Makefile
Martin Wilke 8c19f2e802 - Update to 2.5
PR:		134624
Submitted by:	Ports Fury
2009-05-23 14:23:38 +00:00

35 lines
722 B
Makefile

# New ports collection makefile for: tkcon
# Date created: 28 Jun 1999
# Whom: wghicks@bellsouth.net
#
# $FreeBSD$
#
PORTNAME= tkcon
PORTVERSION= 2.5
CATEGORIES= devel tcl tk
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Tk console for Tcl
NO_BUILD= yes
USE_TK_WRAPPER= yes
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e \
's|%%DOCSDIR%%|${DOCSDIR}|g' ${WRKSRC}/${PORTNAME}.tcl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.tcl ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/README.${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>