aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-09-08 01:51:57 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-09-08 01:51:57 +0000
commitf0cac8b41fab24cc35f6d4a4a93f669f3b217f04 (patch)
tree18f428c92df5abc80c190e8315ccf803eab42335 /graphics
parent70eff7e5ed42a6e675c24af4078c1215521e01b4 (diff)
downloadports-f0cac8b41fab24cc35f6d4a4a93f669f3b217f04.tar.gz
ports-f0cac8b41fab24cc35f6d4a4a93f669f3b217f04.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/djvulibre-nox11/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 1babe480e9c7..be0aa23175ff 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -69,6 +69,7 @@
SUBDIR += digikamimageplugins
SUBDIR += divxcalc
SUBDIR += djvulibre
+ SUBDIR += djvulibre-nox11
SUBDIR += dore
SUBDIR += dri
SUBDIR += dri-devel
diff --git a/graphics/djvulibre-nox11/Makefile b/graphics/djvulibre-nox11/Makefile
new file mode 100644
index 000000000000..b4df776da322
--- /dev/null
+++ b/graphics/djvulibre-nox11/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: djvulibre-nox11
+# Date created: 2005-09-05
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/graphics/djvulibre-nox11/Makefile,v 1.1 2005/09/06 01:42:08 ahze Exp $
+#
+
+COMMENT= DjVu viewers, encoders, browser plugin, and utilites with out Qt
+
+WITHOUT_X11= yes
+
+MASTERDIR= ${.CURDIR}/../../graphics/djvulibre
+
+.include "${MASTERDIR}/Makefile"