mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
15 lines
225 B
Makefile
15 lines
225 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../mtr
|
|
|
|
CONFLICTS_INSTALL= mtr
|
|
|
|
OPTIONS_EXCLUDE= X11
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|