summaryrefslogtreecommitdiff
path: root/chat/ysm/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-12 19:45:20 +0000
committerjmmv <jmmv>2002-12-12 19:45:20 +0000
commitdc07984f1f9ce73993052a9d6d3776fd0c2a5989 (patch)
treedd186d4a31a1b5c00a3fc9e61554c66603351f28 /chat/ysm/Makefile
parenteead29eb355a7676e9eb0ccea13f785374b77735 (diff)
downloadpkgsrc-dc07984f1f9ce73993052a9d6d3776fd0c2a5989.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/Makefile14
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"