aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-10-11 17:57:29 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-10-11 17:57:29 +0000
commit8bbb9d1a885e2572c9645f5419e040259337f6ef (patch)
tree187097aaf59bedac7c232369861009f783a96250
parent2865af9ce0d6aa090e4329e3f9b5a8a8b6205033 (diff)
Notes
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/libwmf-nox11/Makefile13
2 files changed, 14 insertions, 0 deletions
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"