aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-msn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/licq-msn/Makefile')
-rw-r--r--net-im/licq-msn/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/licq-msn/Makefile b/net-im/licq-msn/Makefile
deleted file mode 100644
index c054ae5f136..00000000000
--- a/net-im/licq-msn/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= msn
-PORTVERSION= 1.8.2
-PORTREVISION= 7
-CATEGORIES= net-im
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= MSN plugin for Licq
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= libboost_regex.so:devel/boost-libs
-
-USES= cmake
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-
-DOCFILES= README
-PLIST_FILES= lib/licq/protocol_msn.so \
- %%PORTDOCS%%%%DOCSDIR%%/README
-
-LICQ_PORT?= net-im/licq
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
-
-.if ${PORT_OPTIONS:MDOCS}
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
-.endif
-
-.include <bsd.port.mk>
an> * Cleanup plistAntoine Brodin2014-11-231-5/+0 * - Add staging supportPawel Pekala2014-06-011-20/+11 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Convert to new perl frameworkAndrej Zverev2013-08-031-6/+2