2013-09-21 00:24:43 +02:00
|
|
|
# Created by: Ozkan KIRIK <ozkan@enderunix.org>
|
2004-07-22 07:48:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= netustad
|
2005-02-18 23:44:45 +01:00
|
|
|
PORTVERSION= 0.3.1
|
2014-06-09 10:40:07 +02:00
|
|
|
PORTREVISION= 6
|
2004-07-22 07:48:22 +02:00
|
|
|
CATEGORIES= net-mgmt security
|
|
|
|
MASTER_SITES= http://www.enderunix.org/netustad/
|
|
|
|
|
2005-10-17 02:52:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Web based admin tool that manages network services
|
2004-07-22 07:48:22 +02:00
|
|
|
|
2009-04-05 20:14:58 +02:00
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES= gettext
|
2005-01-10 22:02:02 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-09 10:40:07 +02:00
|
|
|
SUB_FILES= pkg-message
|
2012-09-11 06:07:57 +02:00
|
|
|
|
2014-07-04 23:53:52 +02:00
|
|
|
OPTIONS_DEFINE= SSL NLS DOCS
|
2012-09-11 06:07:57 +02:00
|
|
|
OPTIONS_DEFAULT=SSL
|
|
|
|
SSL_DESC= Use netUstad with SSL support
|
2005-01-10 22:02:02 +01:00
|
|
|
|
2014-07-04 23:53:52 +02:00
|
|
|
SSL_USE= OPENSSL=yes
|
|
|
|
SSL_CONFIGURE_WITH= ssl
|
2005-02-21 18:54:12 +01:00
|
|
|
|
2014-07-04 23:53:52 +02:00
|
|
|
NLS_CONFIGURE_WITH= nls
|
2005-01-10 22:02:02 +01:00
|
|
|
|
2015-08-28 15:39:56 +02:00
|
|
|
post-patch-DOCS-off:
|
2009-04-05 20:14:58 +02:00
|
|
|
${REINPLACE_CMD} "s/^install-data-am:.*/install-data-am:/" ${WRKSRC}/Makefile.in
|
2005-01-10 22:02:02 +01:00
|
|
|
|
2004-07-22 07:48:22 +02:00
|
|
|
post-install:
|
2014-06-09 10:40:07 +02:00
|
|
|
@${MV} ${STAGEDIR}${ETCDIR}/netustad.conf-dist ${STAGEDIR}${ETCDIR}/netustad.conf.sample
|
2004-07-22 07:48:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|