mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
16 lines
249 B
Makefile
16 lines
249 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../mtr
|
|
|
|
CONFLICTS_INSTALL= mtr
|
|
|
|
OPTIONS_EXCLUDE= X11
|
|
OPTIONS_FILE_UNSET= X11
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|