summaryrefslogtreecommitdiff
path: root/net-im/libyahoo2/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
commit3add449a170be706377b66bee46af25633bc945c (patch)
tree7415df14a37624ff0b24fd40bde079927a88c28a /net-im/libyahoo2/Makefile
parent975af646f278430e563b72219a2c3055b211eb1a (diff)
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r--net-im/libyahoo2/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile
deleted file mode 100644
index 3dce227d70ef..000000000000
--- a/net-im/libyahoo2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: libyahoo2
-# Date created: Apr 6, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libyahoo2
-PORTVERSION= 0.7.5
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A C library that handles the new Yahoo! Messenger protocol
-
-USE_BZIP2= yes
-USE_GNOME= glib20 gnomehack gnometarget
-USE_LIBTOOL_VER= 15
-INSTALLS_SHLIB= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|-g -Wall||g ; \
- s| -module ||g' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>