summaryrefslogtreecommitdiff
path: root/irc/znc-extra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/znc-extra/Makefile')
-rw-r--r--irc/znc-extra/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/irc/znc-extra/Makefile b/irc/znc-extra/Makefile
deleted file mode 100644
index 23be2e94418b..000000000000
--- a/irc/znc-extra/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: znc-extras
-# Date created: 16 July 2009
-# Whom: terry@sucked-in.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= znc-extra
-PORTVERSION= 0.070
-CATEGORIES= irc
-MASTER_SITES= SF/znc/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= terry@sucked-in.com
-COMMENT= ZNC-Extra package for ZNC Bouner
-
-BUILD_DEPENDS= znc:${PORTSDIR}/irc/znc
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-OPTIONS= TCL "Enable mod_tcl" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_TCL)
-USE_TCL= 84+
-.include "${PORTSDIR}/Mk/bsd.tcl.mk"
-CONFIGURE_ARGS+=--enable-tcl --with-tcl=${TCL_LIBDIR}
-.else
-CONFIGURE_ARGS+=--without-tcl
-.endif
-
-# ZNC Directories
-ZNC_WEBADMIN= ${PREFIX}/share/znc/webadmin
-ZNC_WEBADMIN_SKINS= ${PREFIX}/share/znc/webadmin/skins
-
-post-install:
- ${CHMOD} 755 ${ZNC_WEBADMIN}
- ${CHMOD} 755 ${ZNC_WEBADMIN_SKINS}
-
-.include <bsd.port.post.mk>