aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi-xmpp-devel/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-08-25 19:54:46 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-08-25 19:54:46 +0000
commitb78b894459d1d8199bf57d7950a266c13efd33b7 (patch)
tree67a1c33dcbe299814b1fe44c3cce6ac89c63c0e0 /irc/irssi-xmpp-devel/Makefile
parent61091d117242895fde5dd0f45273ed3975393a8e (diff)
downloadports-b78b894459d1d8199bf57d7950a266c13efd33b7.tar.gz
ports-b78b894459d1d8199bf57d7950a266c13efd33b7.zip
Notes
Diffstat (limited to 'irc/irssi-xmpp-devel/Makefile')
-rw-r--r--irc/irssi-xmpp-devel/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/irc/irssi-xmpp-devel/Makefile b/irc/irssi-xmpp-devel/Makefile
deleted file mode 100644
index 125849ac7df9..000000000000
--- a/irc/irssi-xmpp-devel/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: irssi-xmpp
-# Date created: 14 December 2007
-# Whom: Philippe Audeoud <jadawin@tuxaco.net>
-# $FreeBSD$
-
-PORTNAME= irssi-xmpp
-PORTVERSION= 20090602
-CATEGORIES= irc
-MASTER_SITES= http://dindin.ru/download/
-PKGNAMESUFFIX= -devel
-DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Irssi-xmpp-snapshot is the irssi-xmmp cvs snapshot
-
-BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
-RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
-LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/"
-
-PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \
- lib/irssi/modules/libxmpp_core.so \
- lib/irssi/modules/libtext_xmpp.so
-
-PORTDOCS= README FAQ GENERAL MUC STARTUP XEP
-
-do-install:
-.for data in core fe-common fe-text
- ${MKDIR} ${PREFIX}/lib/irssi/modules
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${data}/*.so \
- ${PREFIX}/lib/irssi/modules
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.for i in FAQ GENERAL MUC STARTUP XEP
- ${INSTALL_DATA} ${WRKSRC}/docs/$i ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>