mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f67050feec
in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
34 lines
715 B
Makefile
34 lines
715 B
Makefile
# New ports collection makefile for: QTK - QuickTk
|
|
# Date created: 10 Aug 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qtk
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= devel tk82
|
|
MASTER_SITES= http://www.psn.net/~andrews/dist/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@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>
|