13 lines
279 B
Makefile
13 lines
279 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Netmagis command-line utilities
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|