mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
686 B
Makefile
29 lines
686 B
Makefile
# New ports collection makefile for: tkmerge
|
|
# Date created: 16 Dec 2004
|
|
# Whom: Bob Willcox <bob@immure.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkmerge
|
|
PORTVERSION= 0.85
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel tk84
|
|
MASTER_SITES= http://immure.com/~bob/ports/tkmerge/
|
|
|
|
MAINTAINER= bob@immure.com
|
|
COMMENT= A tk script to aid in the merging changes between two files
|
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
|
${LOCALBASE}/lib/bwidget/label.tcl:${PORTSDIR}/x11-toolkits/bwidget
|
|
|
|
NO_BUILD= yes
|
|
MAN1= tkmerge.1
|
|
PLIST_FILES= bin/tkmerge
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tkmerge ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/tkmerge.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|