1998-05-17 04:44:52 +00:00
|
|
|
# New ports collection makefile for: tkfont-1.1
|
|
|
|
# Date created: 11 May 1998
|
|
|
|
# Whom: Brett Taylor
|
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1998-05-17 04:44:52 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:44:43 +00:00
|
|
|
PORTNAME= tkfont
|
2001-02-05 21:02:14 +00:00
|
|
|
PORTVERSION= 1.1
|
2003-08-17 08:15:52 +00:00
|
|
|
PORTREVISION= 2
|
2003-08-17 08:11:00 +00:00
|
|
|
CATEGORIES= x11-fonts tcl84 tk84
|
2001-09-23 19:50:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2002-06-09 15:25:56 +00:00
|
|
|
MASTER_SITE_SUBDIR= petef
|
1998-05-17 04:44:52 +00:00
|
|
|
|
2003-12-21 00:23:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:08:24 +00:00
|
|
|
COMMENT= A Tk based replacement for xfontsel
|
1998-05-17 04:44:52 +00:00
|
|
|
|
2003-08-17 08:11:00 +00:00
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
1998-05-17 04:44:52 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
post-patch:
|
1999-11-26 18:32:51 +00:00
|
|
|
${SED} -e "s,/usr/local,${LOCALBASE}," \
|
2003-08-17 08:11:00 +00:00
|
|
|
-e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.4," \
|
1999-11-26 18:32:51 +00:00
|
|
|
< ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new
|
1998-05-17 04:44:52 +00:00
|
|
|
${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/tkfont ${PREFIX}/bin
|
|
|
|
@${MKDIR} ${PREFIX}/lib/tkfont
|
|
|
|
@for file in COPYING Bugs.txt FileMenu.txt FindFont FontDirs.txt FontTypes.txt HelpText.txt README WhatsNew.txt; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/lib/tkfont; \
|
|
|
|
done
|
1999-11-26 18:32:51 +00:00
|
|
|
|
1998-05-17 04:44:52 +00:00
|
|
|
.include <bsd.port.mk>
|