mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
479a523af4
PR: 30497 Submitted by: Dan Larsson Approved by: will
34 lines
851 B
Makefile
34 lines
851 B
Makefile
# New ports collection makefile for: tkfont-1.1
|
|
# Date created: 11 May 1998
|
|
# Whom: Brett Taylor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkfont
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= x11-fonts tk82
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= billf
|
|
|
|
MAINTAINER= brett@peloton.runet.edu
|
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
|
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
${SED} -e "s,/usr/local,${LOCALBASE}," \
|
|
-e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.2," \
|
|
< ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new
|
|
${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
|
|
|
|
.include <bsd.port.mk>
|