8d6597e0bb
With hat: portmgr Sponsored by: Absolight
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Netmagis command-line utilities
|
|
|
|
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|