diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 05:59:14 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 05:59:14 +0000 |
commit | bffc80c64f9340c19886dee3c621ccf9d8701629 (patch) | |
tree | e97f900dba1d0a3c8cd481f1558da187f664fd72 /chat/tirc | |
parent | 0865b39e9e77b7205e698384f109ca8345452aa7 (diff) | |
download | pkgsrc-bffc80c64f9340c19886dee3c621ccf9d8701629.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'chat/tirc')
-rw-r--r-- | chat/tirc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chat/tirc/Makefile b/chat/tirc/Makefile index c7a7915608f..1b7976010e2 100644 --- a/chat/tirc/Makefile +++ b/chat/tirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/02 09:30:15 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/11 06:07:52 snj Exp $ # DISTNAME= tirc-1.2 @@ -7,9 +7,10 @@ CATEGORIES= chat MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/irc/tirc/ MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://home.mayn.de/jean-luc/alt/tirc/ COMMENT= Token's 'Internet Relay Chat' Client -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+="--with-ansi-colours" @@ -32,5 +33,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/tirc ${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${PREFIX}/share/tirc/tircrc -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |