freebsd-ports/net-mgmt/netmagis-database/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

21 lines
532 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:net-mgmt/netmagis-common \
pwgen:sysutils/pwgen \
tcltls>=1.4.1:devel/tcltls \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
WANT_PGSQL+= server pltcl
MASTERDIR= ${.CURDIR}/../netmagis-common
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"