1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net-mgmt/netmagis-www/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
619 B
Makefile

# 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:net-mgmt/netmagis-common \
dot:graphics/graphviz \
pwgen:sysutils/pwgen \
tcltls>=1.4.1:devel/tcltls \
tDOM>=0.8.0:www/tdom \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
NO_ARCH= # no
USE_TEX= full
MASTERDIR= ${.CURDIR}/../netmagis-common
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/htgtcl
.include "${MASTERDIR}/Makefile"