mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
6d19c7ffe1
Additional changes not in pr: - Remove post-install do-nada - Set NO_ARCH where appropriate - DISTVERSION -> PORTVERSION - use /var/netmagis instead of /usr/local/var/netmagis - remove @dirrm[try] from pkg-plists - remove @exec mkdir -p from pkg-plists - sort uses - relocate rc scripts to the slave they belong to - pull conditional logic out and into the slaves they affect - add metro/ws/gengraph to SHEBANG_FILES UPDATING: Upgrading from a previous version requires a database schema upgrade. See http://netmagis.org/upgrade.html PR: 201124 Submitted by: pdagog@gmail.com (maintainer)
24 lines
594 B
Makefile
24 lines
594 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -database
|
|
|
|
COMMENT= Utilities for the netmagis database server
|
|
|
|
RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
|
|
pwgen:${PORTSDIR}/sysutils/pwgen \
|
|
tcltls>=1.4.1:${PORTSDIR}/devel/tcltls \
|
|
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
|
|
|
WANT_PGSQL+= server pltcl
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
NO_ARCH= yes
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|