mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
15 lines
306 B
Makefile
15 lines
306 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -topo
|
|
|
|
COMMENT= Netmagis topology module
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|