1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-fonts/tkfont/Makefile
Bill Fumerola 8b54b0e745 Update MASTER_SITES, include my public_html dir as a site, as
ftp.cdrom.com went rather slow for me, and sometimes is overloaded.

PR:		ports/8592
Submitted by:	maintainer
1998-11-19 23:26:38 +00:00

32 lines
989 B
Makefile

# New ports collection makefile for: tkfont-1.1
# Version required: 1.1
# Date created: 11 May 1998
# Whom: Brett Taylor
#
# $Id: Makefile,v 1.3 1998/08/07 23:56:50 asami Exp $
#
DISTNAME= tkfont-1.1
CATEGORIES= x11-fonts tk80
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/sources/usr.bin.X11/ \
http://www.FreeBSD.org/~billf/
MAINTAINER= brett@peloton.physics.montana.edu
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
NO_BUILD= yes
post-patch:
${SED} -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.0," < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new
${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/tkfont ${PREFIX}/bin
@${MKDIR} ${PREFIX}/lib/tkfont
@${INSTALL_SCRIPT} ${WRKSRC}/GetFontDirs ${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>