2013-09-21 01:51:14 +02:00
|
|
|
# Created by: Brett Taylor
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-05-17 06:44:52 +02:00
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= tkfont
|
2001-02-05 22:02:14 +01:00
|
|
|
PORTVERSION= 1.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= x11-fonts tcl tk
|
2001-09-23 21:50:42 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2002-06-09 17:25:56 +02:00
|
|
|
MASTER_SITE_SUBDIR= petef
|
1998-05-17 06:44:52 +02:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-08 10:42:44 +02:00
|
|
|
COMMENT= Tk based replacement for xfontsel
|
1998-05-17 06:44:52 +02:00
|
|
|
|
2013-10-14 16:19:49 +02:00
|
|
|
USES+= tk:run
|
2010-06-30 21:26:34 +02:00
|
|
|
RUN_DEPENDS+= xlsfonts:${PORTSDIR}/x11-fonts/xlsfonts
|
1998-05-17 06:44:52 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
post-patch:
|
2013-10-14 16:19:49 +02:00
|
|
|
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; s|#!/usr/X11/bin/wish|${WISH}|;' \
|
|
|
|
${WRKSRC}/tkfont
|
1998-05-17 06:44:52 +02:00
|
|
|
|
|
|
|
do-install:
|
2013-10-14 16:19:49 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkfont ${STAGEDIR}${PREFIX}/bin
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/tkfont
|
|
|
|
.for file in COPYING Bugs.txt FileMenu.txt FindFont FontDirs.txt FontTypes.txt HelpText.txt README WhatsNew.txt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib/tkfont
|
|
|
|
.endfor
|
1999-11-26 19:32:51 +01:00
|
|
|
|
1998-05-17 06:44:52 +02:00
|
|
|
.include <bsd.port.mk>
|