mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
34 lines
720 B
Makefile
34 lines
720 B
Makefile
# New ports collection makefile for: QTK - QuickTk
|
|
# Version required: 0.50
|
|
# Date created: 10 Aug 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= qtk
|
|
PKGNAME= qtk-0.50
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.psn.net/~andrews/dist/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
NO_BUILD= YES
|
|
|
|
USE_X_PREFIX= YES
|
|
|
|
WISH= ${LOCALBASE}/bin/wish8.0
|
|
|
|
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>
|