diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-12 19:45:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-12 19:45:20 +0000 |
commit | 234f12b5b536eb805366a1a304d9a7305ecc8b72 (patch) | |
tree | dd186d4a31a1b5c00a3fc9e61554c66603351f28 /chat/ysm/Makefile | |
parent | 6826b96b8b839d89397dddca758e6b995171c324 (diff) | |
download | pkgsrc-234f12b5b536eb805366a1a304d9a7305ecc8b72.tar.gz |
Update ysm to 2.8.1. Changes since 2.7.1 follow:
+ Removed the WARNING while saving slaves to the icq servers.
+ Fixed some Network handling variables for better network perfomance.
+ Added support for threads.
+ Fixed the Version Checking function!
+ New code structure (you can find src/ and src/man directories now), and
new configuration scripts and makefiles :) cool huh :).
+ Updated the manual page (Thanks tx!)
Patch provided by Dawid SzymaƱski (the maintainer) in PR pkg/19251.
Diffstat (limited to 'chat/ysm/Makefile')
-rw-r--r-- | chat/ysm/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/chat/ysm/Makefile b/chat/ysm/Makefile index acd24716aeb..53adf679dd7 100644 --- a/chat/ysm/Makefile +++ b/chat/ysm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/06/13 08:34:01 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/12 19:45:20 jmmv Exp $ # -DISTNAME= ysmv7_2_7_1 -PKGNAME= ysm-2.7.1 +DISTNAME= ysmv7_2_8_1 +PKGNAME= ysm-2.8.1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ysmv7/} EXTRACT_SUFX= .tgz @@ -11,10 +11,8 @@ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://ysmv7.sourceforge.net/ COMMENT= The 'You Sick Me' terminal based ICQ client -MAKEFILE= BSDmakefile - -do-install: - ${CP} ${WRKSRC}/ysm ${PREFIX}/bin/ysm - ${CP} ${WRKSRC}/docs/ysm.1 ${PREFIX}/man/man1/ +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +.include "../../devel/pth/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |