aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netustad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netustad/Makefile')
-rw-r--r--net-mgmt/netustad/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile
deleted file mode 100644
index d7493c3147aa..000000000000
--- a/net-mgmt/netustad/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Ozkan KIRIK <ozkan@enderunix.org>
-
-PORTNAME= netustad
-PORTVERSION= 0.3.1
-PORTREVISION= 7
-CATEGORIES= net-mgmt security
-MASTER_SITES= http://www.enderunix.org/netustad/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Web based admin tool that manages network services
-
-BROKEN= Unfetchable
-DEPRECATED= Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+
-EXPIRATION_DATE=2022-03-31
-
-USES= gettext
-USE_RC_SUBR= ${PORTNAME}
-GNU_CONFIGURE= yes
-SUB_FILES= pkg-message
-
-OPTIONS_DEFINE= SSL NLS DOCS
-OPTIONS_DEFAULT=SSL
-SSL_DESC= Use netUstad with SSL support
-
-SSL_USES= ssl
-SSL_CONFIGURE_WITH= ssl
-
-NLS_CONFIGURE_WITH= nls
-
-post-patch-DOCS-off:
- ${REINPLACE_CMD} "s/^install-data-am:.*/install-data-am:/" ${WRKSRC}/Makefile.in
-
-post-install:
- @${MV} ${STAGEDIR}${ETCDIR}/netustad.conf-dist ${STAGEDIR}${ETCDIR}/netustad.conf.sample
-
-.include <bsd.port.mk>