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
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
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
|
2004-08-05 07:28:13 +02:00
|
|
|
COMMENT= A Web based admin tool that manages network services
|
2004-07-22 07:48:22 +02:00
|
|
|
|
2005-01-10 22:02:02 +01:00
|
|
|
#MAN8= netustad.8 netustadpasswd.8
|
|
|
|
#MAN5= netustad.conf.5
|
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
|
2012-09-11 06:07:57 +02:00
|
|
|
|
|
|
|
OPTIONS_DEFINE= SSL NLS
|
|
|
|
OPTIONS_DEFAULT=SSL
|
|
|
|
SSL_DESC= Use netUstad with SSL support
|
2005-01-10 22:02:02 +01:00
|
|
|
|
2006-07-29 22:34:49 +02:00
|
|
|
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
2005-02-21 18:54:12 +01:00
|
|
|
|
2013-09-21 00:24:43 +02:00
|
|
|
NO_STAGE= yes
|
2011-12-25 20:30:17 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2005-02-21 18:54:12 +01:00
|
|
|
|
2012-09-11 06:07:57 +02:00
|
|
|
.if ${PORT_OPTIONS:MSSL}
|
2005-01-10 22:02:02 +01:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-ssl
|
|
|
|
.endif
|
|
|
|
|
2012-09-11 06:07:57 +02:00
|
|
|
.if empty(PORT_OPTIONS:MNLS)
|
2005-01-10 22:02:02 +01:00
|
|
|
CONFIGURE_ARGS+= --without-nls
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
2009-04-05 20:14:58 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} "s/^install-data-am:.*/install-data-am:/" ${WRKSRC}/Makefile.in
|
2005-01-10 22:02:02 +01:00
|
|
|
.endif
|
|
|
|
|
2004-07-22 07:48:22 +02:00
|
|
|
post-install:
|
2009-04-05 20:14:58 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2004-07-22 07:48:22 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|