13 lines
213 B
Makefile
13 lines
213 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../mtr
|
|
|
|
CONFLICTS_INSTALL= mtr
|
|
|
|
OPTIONS_EXCLUDE= X11
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|