forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
228 B
Makefile
12 lines
228 B
Makefile
# Created by: mm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
PORTSCOUT= ignore:1
|
|
|
|
CONFLICTS= libwmf-[0-9]*
|
|
MASTERDIR= ${.CURDIR}/../libwmf
|
|
OPTIONS_EXCLUDE= X11
|
|
OPTIONS_FILE_UNSET= X11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|