View | Details | Raw Unified | Return to bug 227375 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/klg/Makefile (-12 / +12 lines)
Lines 2-31 Link Here
2
2
3
PORTNAME=	klg
3
PORTNAME=	klg
4
PORTVERSION=	1.5
4
PORTVERSION=	1.5
5
PORTREVISION=	1
5
CATEGORIES=	net-mgmt www
6
CATEGORIES=	net-mgmt www
6
MASTER_SITES=	SF \
7
MASTER_SITES=	SF \
7
		ftp://ftpmirror.uk/freebsd-ports/klg/
8
		ftp://ftpmirror.uk/freebsd-ports/klg/
9
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
8
10
9
MAINTAINER=	freebsd-ports@dan.me.uk
11
MAINTAINER=	freebsd-ports@dan.me.uk
10
COMMENT=	PHP-based looking glass for Cisco, Juniper and Quagga/Zebra routers
12
COMMENT=	PHP-based looking glass for Cisco, Juniper and Quagga/Zebra routers
11
13
12
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
13
15
14
IGNORE_WITH_PHP=	70 71 72 73
16
USES=		tar:txz php:web,flavors mysql:client
15
17
USE_PHP=	mysqli pcre sockets xml
16
USES=		mysql tar:txz php:web
17
USE_PHP=	mysql pcre sockets xml
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
20
21
PLIST_FILES=	%%DATADIR%%/CREDITS \
21
PLIST_FILES=	${DATADIR}/CREDITS \
22
		%%DATADIR%%/ChangeLog \
22
		${DATADIR}/ChangeLog \
23
		%%DATADIR%%/klg_README.txt \
23
		${DATADIR}/klg_README.txt \
24
		%%DATADIR%%/klg_schema.sql \
24
		${DATADIR}/klg_schema.sql \
25
		%%WWWDIR%%/klg.php \
25
		${WWWDIR}/klg.php \
26
		"@sample %%WWWDIR%%/klg_config.php.sample" \
26
		"@sample ${WWWDIR}/klg_config.php.sample" \
27
		"@sample %%WWWDIR%%/klg_template.html.sample" \
27
		"@sample ${WWWDIR}/klg_template.html.sample" \
28
		%%WWWDIR%%/klg_router_functions.php
28
		${WWWDIR}/klg_router_functions.php
29
SUB_FILES+=	pkg-message
29
SUB_FILES+=	pkg-message
30
30
31
OPTIONS_DEFINE=		SSH2
31
OPTIONS_DEFINE=		SSH2

Return to bug 227375