mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
40 lines
863 B
Makefile
40 lines
863 B
Makefile
# Created by: Ozkan KIRIK <ozkan@enderunix.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netustad
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= net-mgmt security
|
|
MASTER_SITES= http://www.enderunix.org/netustad/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Web based admin tool that manages network services
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
USES= gettext
|
|
GNU_CONFIGURE= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= SSL NLS DOCS
|
|
OPTIONS_DEFAULT=SSL
|
|
SSL_DESC= Use netUstad with SSL support
|
|
|
|
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
SSL_USE= OPENSSL=yes
|
|
SSL_CONFIGURE_WITH= ssl
|
|
|
|
NLS_CONFIGURE_WITH= nls
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ! ${PORT_OPTIONS:MDOCS}
|
|
post-patch:
|
|
${REINPLACE_CMD} "s/^install-data-am:.*/install-data-am:/" ${WRKSRC}/Makefile.in
|
|
.endif
|
|
|
|
post-install:
|
|
@${MV} ${STAGEDIR}${ETCDIR}/netustad.conf-dist ${STAGEDIR}${ETCDIR}/netustad.conf.sample
|
|
|
|
.include <bsd.port.mk>
|