diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-05-28 07:52:19 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-05-28 07:52:19 +0000 |
commit | 5d81343d146058f6faebfd62eaa33b8c3fd507bd (patch) | |
tree | 3960af37c0ac8ca4f4f794a902f7814309f73184 /net-im/ysm/Makefile | |
parent | upgrade to 1.3.1 (diff) |
New port: You Sick Me - command line ICQ client with ICQ2000 and
recoding support.
YSM (You Sick Me) v7 is an ICQ console client. It was originally meant to
run in Linux, but it has been successfully tested in FreeBSD, Win32, BeOS,
and QNX. YSM is based on the last ICQ protocol version, v7/8.
WWW: http://ysmv7.sourceforge.net/
PR: 38650
Submitted by: vampiro@rootshell.ru (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=60173
Diffstat (limited to 'net-im/ysm/Makefile')
-rw-r--r-- | net-im/ysm/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile new file mode 100644 index 000000000000..85c72be7cc8c --- /dev/null +++ b/net-im/ysm/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ysm +# Date created: May 28, 2002 +# Whom: vampiro +# +# $FreeBSD$ +# + +PORTNAME= ysm +PORTVERSION= 7.2.7.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://vampiro.rootshell.ru/pub/warez/ +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ysmv7_2_7_1 +EXTRACT_SUFX= .tgz + +MAINTAINER= vampiro@rootshell.ru + +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv + +MAN1= ysm.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> |