aboutsummaryrefslogtreecommitdiff
path: root/net-im/libyahoo2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/libyahoo2/Makefile')
-rw-r--r--net-im/libyahoo2/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile
deleted file mode 100644
index f69c81ea6305..000000000000
--- a/net-im/libyahoo2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: libyahoo2
-# Date created: Apr 6, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= libyahoo2
-PORTVERSION= 0.7.4
-PORTREVISION= 2
-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
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.post.mk>