2002-05-28 09:52:19 +02:00
|
|
|
# New ports collection makefile for: ysm
|
|
|
|
# Date created: May 28, 2002
|
|
|
|
# Whom: vampiro
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ysm
|
2003-06-15 12:17:27 +02:00
|
|
|
PORTVERSION= 7.2.9.0
|
|
|
|
PORTREVISION= 0
|
2002-05-28 09:52:19 +02:00
|
|
|
CATEGORIES= net
|
2003-06-15 12:17:27 +02:00
|
|
|
MASTER_SITES= ftp://rusunix.org/pub/FreeBSD/distfiles/ \
|
|
|
|
http://aquatique.rusunix.org/ \
|
2002-06-27 20:40:54 +02:00
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
2002-05-28 09:52:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-06-15 12:17:27 +02:00
|
|
|
DISTNAME= ysmv7_2_9_0
|
2002-05-28 09:52:19 +02:00
|
|
|
|
2003-02-05 14:02:02 +01:00
|
|
|
MAINTAINER= vampiro@rusunix.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Command line ICQ client with ICQ2000 and recoding support
|
2002-05-28 09:52:19 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
|
2002-11-15 09:15:50 +01:00
|
|
|
USE_BZIP2= yes
|
2002-11-11 22:31:53 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-15 12:17:27 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
CFLAGS+="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
|
2002-11-11 22:31:53 +01:00
|
|
|
|
2002-05-28 09:52:19 +02:00
|
|
|
MAN1= ysm.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|