13 lines
234 B
Makefile
13 lines
234 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../mtr
|
|
|
|
CONFLICTS_INSTALL= mtr-[0-9]*
|
|
|
|
OPTIONS_EXCLUDE=X11
|
|
OPTIONS_FILE_UNSET= X11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|