11 lines
204 B
Makefile
11 lines
204 B
Makefile
# Created by: mm@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
PORTSCOUT= ignore:1
|
|
|
|
CONFLICTS= libwmf-[0-9]*
|
|
MASTERDIR= ${.CURDIR}/../libwmf
|
|
OPTIONS_EXCLUDE= X11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|