2002-05-28 07:52:19 +00:00
|
|
|
# New ports collection makefile for: ysm
|
|
|
|
# Date created: May 28, 2002
|
|
|
|
# Whom: vampiro
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ysm
|
2004-01-13 08:19:50 +00:00
|
|
|
PORTVERSION= 7.2.9.2
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2002-05-28 07:52:19 +00:00
|
|
|
CATEGORIES= net
|
2003-06-15 10:17:27 +00:00
|
|
|
MASTER_SITES= ftp://rusunix.org/pub/FreeBSD/distfiles/ \
|
2003-11-03 07:43:58 +00:00
|
|
|
http://aquatique.rusunix.org/
|
2003-10-08 12:53:01 +00:00
|
|
|
DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g}
|
2002-05-28 07:52:19 +00:00
|
|
|
|
2003-09-25 09:18:17 +00:00
|
|
|
MAINTAINER= aquatique@rusunix.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Command line ICQ client with ICQ2000 and recoding support
|
2002-05-28 07:52:19 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
|
2003-10-08 12:53:01 +00:00
|
|
|
USE_REINPLACE= yes
|
2003-09-25 09:18:17 +00:00
|
|
|
USE_BZIP2= yes
|
2002-11-11 21:31:53 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-06-15 10:17:27 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
CFLAGS+="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
|
2002-11-11 21:31:53 +00:00
|
|
|
|
2002-05-28 07:52:19 +00:00
|
|
|
MAN1= ysm.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/ysm
|
2002-05-28 07:52:19 +00:00
|
|
|
|
2003-10-08 12:53:01 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
|
2002-05-28 07:52:19 +00:00
|
|
|
.include <bsd.port.mk>
|