1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/qtk/Makefile

34 lines
717 B
Makefile
Raw Normal View History

# New ports collection makefile for: QTK - QuickTk
# Version required: 0.50
# Date created: 10 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
DISTNAME= qtk
PKGNAME= qtk-0.50
CATEGORIES= devel tk82
MASTER_SITES= http://www.psn.net/~andrews/dist/
MAINTAINER= will@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= YES
USE_X_PREFIX= YES
WISH= ${LOCALBASE}/bin/wish8.2
post-patch:
@${SED} 's:/usr/bin/wish:${WISH}:' \
${WRKSRC}/qtk > ${WRKSRC}/qtk.new
@${SED} 's:keepnewline wish:keepnewline ${WISH}:' \
${WRKSRC}/qtk.new > ${WRKSRC}/qtk.new2
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/qtk.new2 ${X11BASE}/bin/qtk
.include <bsd.port.mk>