4cb1d20704
YSM.h:454:8: warning: extra tokens at end of #endif directive YSM_Lists.c: In function 'List_init': YSM_Lists.c:57: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_Lists.c: In function 'List_delSLAVE': YSM_Lists.c:207: error: expected expression before '/' token gmake[1]: *** [YSM_Lists.o] Error 1
32 lines
655 B
Makefile
32 lines
655 B
Makefile
# Created by: vampiro
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ysm
|
|
PORTVERSION= 7.2.9.9.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF/${PORTNAME}v7/${PORTNAME}v7/${PORTNAME}v7%202.9.9.1
|
|
DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Command line ICQ client with ICQ2000 and recoding support
|
|
|
|
BROKEN= Fails to install
|
|
|
|
USE_CSTD= c89
|
|
|
|
USES= iconv gmake
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
|
|
|
MAN1= ysm.1
|
|
PLIST_FILES= bin/ysm
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|