- Update PORTVERSION and distinfo for 2.3.2 - Drop PORTREVISION on netmagis-metro slave port - Revise NO_ARCH handling, rely on setting it in netmagis-common if not already defined then set it to blank in netmagis-topo and netmagis-www where architecture specific files are packaged - Strip binaries for netmagis-www PR: 202709 Submitted by: Pierre David <pdagog@gmail.com> (maintainer)
27 lines
691 B
Makefile
27 lines
691 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:${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
|
|
|
|
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"
|