From 346321f2128fa6eadfc7bcf024c939d229ec69d8 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 11 Oct 2011 17:57:29 +0000 Subject: Add libwmf-nox11 slave port --- graphics/Makefile | 1 + graphics/libwmf-nox11/Makefile | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 graphics/libwmf-nox11/Makefile (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index ecded0b7b0cb..5b67171337ab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -488,6 +488,7 @@ SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf + SUBDIR += libwmf-nox11 SUBDIR += libwpg SUBDIR += libwpg01 SUBDIR += libx3dtk diff --git a/graphics/libwmf-nox11/Makefile b/graphics/libwmf-nox11/Makefile new file mode 100644 index 000000000000..4b3e305aee19 --- /dev/null +++ b/graphics/libwmf-nox11/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: libwmf-nox11 +# Date created: 11 Oct 2011 +# Whom: mm@FreeBSD.org +# +# $FreeBSD$ +# + +WITHOUT_X11= yes +PORTSCOUT= ignore:1 + +MASTERDIR= ${.CURDIR}/../libwmf + +.include "${MASTERDIR}/Makefile" -- cgit