summaryrefslogtreecommitdiff
path: root/net-im/ysm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ysm/Makefile')
-rw-r--r--net-im/ysm/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile
deleted file mode 100644
index 810ed449075c..000000000000
--- a/net-im/ysm/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: ysm
-# Date created: May 28, 2002
-# Whom: vampiro
-#
-# $FreeBSD$
-#
-
-PORTNAME= ysm
-PORTVERSION= 7.2.9.6
-CATEGORIES= net
-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_REINPLACE= 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>