blob: 7459cb9bfc9b27dfb27f8f7ff8c3d4f9d02df67b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
# $FreeBSD$
PORTNAME= netmagis
PKGNAMESUFFIX= -www
COMMENT= Netmagis web module
RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
dot:${PORTSDIR}/graphics/graphviz \
pwgen:${PORTSDIR}/sysutils/pwgen \
tcltls>=1.4.1:${PORTSDIR}/devel/tcltls \
tDOM>=0.8.0:${PORTSDIR}/www/tdom \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
USE_TEX= full
MASTERDIR= ${.CURDIR}/../netmagis-common
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|