1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net-im/ysm/Makefile
Martin Wilke 8fff07561d - Update to 7.2.9.9
PR:		ports/104823
Submitted by:	root@terrorteam.de
Approved by:	maintainer timeout
2006-11-13 11:45:44 +00:00

34 lines
747 B
Makefile

# New ports collection makefile for: ysm
# Date created: May 28, 2002
# Whom: vampiro
#
# $FreeBSD$
#
PORTNAME= ysm
PORTVERSION= 7.2.9.9
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=ysmv7
DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g}
MAINTAINER= aquatique-ports@rambler.ru
COMMENT= Command line ICQ client with ICQ2000 and recoding support
USE_ICONV= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS+="-I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
MAN1= ysm.1
PLIST_FILES= bin/ysm
post-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>