1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/tkcon/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

37 lines
864 B
Makefile

# New ports collection makefile for: tkcon
# Date created: 28 Jun 1999
# Whom: wghicks@bellsouth.net
#
# $FreeBSD$
#
PORTNAME= tkcon
PORTVERSION= 2.2
CATEGORIES= devel tk83
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= ports@freebsd.org
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
USE_REINPLACE= yes
NO_BUILD= yes
REINPLACE_ARGS= -i.bak -E
post-patch:
@${REINPLACE_CMD} \
-e 's,docs\s+"([^"]+)",docs "file:${PREFIX}/share/doc/tkcon/index.html\\n\1",' ${WRKSRC}/tkcon.tcl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkcon.tcl ${PREFIX}/bin/tkcon
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/tkcon
${INSTALL_DATA} ${WRKSRC}/README.txt $(PREFIX)/share/doc/tkcon/README.tkcon
${INSTALL_DATA} ${WRKSRC}/docs/* $(PREFIX)/share/doc/tkcon
.endif
.include <bsd.port.mk>