1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/x11-fonts/tkfont/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

29 lines
739 B
Makefile

# Created by: Brett Taylor
# $FreeBSD$
PORTNAME= tkfont
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= x11-fonts tcl tk
MASTER_SITES= LOCAL/petef
MAINTAINER= ports@FreeBSD.org
COMMENT= Tk based replacement for xfontsel
USES+= tk:run
RUN_DEPENDS+= xlsfonts:x11-fonts/xlsfonts
NO_BUILD= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; s|#!/usr/X11/bin/wish|${WISH}|;' \
${WRKSRC}/tkfont
do-install:
${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
.include <bsd.port.mk>