diff options
Diffstat (limited to 'net-p2p/verlihub-plugins/Makefile')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile deleted file mode 100644 index 376b14adb067..000000000000 --- a/net-p2p/verlihub-plugins/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Mikle Davidkin <skylord@vt.net.ru> -# $FreeBSD$ - -PORTNAME= verlihub -PORTVERSION= 1.0 -PORTREVISION= 6 -CATEGORIES= net-p2p -PKGNAMESUFFIX= -plugins - -MAINTAINER= skylord@vt.net.ru -COMMENT= Meta-port for VerliHub plugins - -RUN_DEPENDS= \ - ${LOCALBASE}/lib/libchatroom_pi.so:net-p2p/verlihub-plugins-chatroom \ - ${LOCALBASE}/lib/libfloodprot_pi.so:net-p2p/verlihub-plugins-floodprotect \ - ${LOCALBASE}/lib/libforbid_pi.so:net-p2p/verlihub-plugins-forbid \ - ${LOCALBASE}/lib/libiplog_pi.so:net-p2p/verlihub-plugins-iplog \ - ${LOCALBASE}/lib/libisp_pi.so:net-p2p/verlihub-plugins-isp \ - ${LOCALBASE}/lib/liblua_pi.so:net-p2p/verlihub-plugins-luascript \ - ${LOCALBASE}/lib/libmessanger_pi.so:net-p2p/verlihub-plugins-messanger \ - ${LOCALBASE}/lib/libstats_pi.so:net-p2p/verlihub-plugins-stats - -DEPRECATED= Verlihub uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible -EXPIRATION_DATE=2019-02-15 - -USES= metaport - -.include <bsd.port.mk> |