Switch to Tk 8.4 and enable pkgviews installation.
Bump PKGREVISION.
This commit is contained in:
parent
42db5f48bd
commit
bd00bcaad2
1 changed files with 14 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2004/03/08 20:27:13 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2004/03/12 01:44:21 minskim Exp $
|
||||
|
||||
DISTNAME= tkirc2.46
|
||||
PKGNAME= tkirc2-2.46
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= chat x11
|
||||
MASTER_SITES= ftp://ftp.netsplit.de/pub/tcltk/
|
||||
|
||||
|
@ -10,13 +11,23 @@ HOMEPAGE= http://netsplit.de/tkirc2/
|
|||
COMMENT= GUI for the ircII Internet Relay Chat client
|
||||
|
||||
DEPENDS+= ircII-[0-9]*:../../chat/ircII
|
||||
DEPENDS+= tk>=8.3.2:../../x11/tk83
|
||||
DEPENDS+= tk>=8.3.2:../../x11/tk
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
WRKSRC= ${WRKDIR}/tkirc2
|
||||
USE_X11= yes
|
||||
NO_BUILDLINK= yes
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_MESSAGE.paths= "Fixing hardcoded command names."
|
||||
SUBST_STAGE.paths= post-patch
|
||||
SUBST_FILES.paths= tkirc2
|
||||
SUBST_SED.paths= -e 's,wish8.3,wish,g'
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tkirc2 ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkirc2
|
||||
|
|
Loading…
Reference in a new issue