mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
16 lines
334 B
Makefile
16 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"
|