diff options
author | ahze <ahze@FreeBSD.org> | 2005-09-08 01:51:57 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-09-08 01:51:57 +0000 |
commit | 30c1ab5b4a300be361ba1906cc4565f312a0ed0f (patch) | |
tree | 3e9ced68dc730871def47de40b6c07391fbf509e /graphics/djvulibre-nox11 | |
parent | ed2fc689147639fa8bddcc50b0e40e9ce5710406 (diff) | |
download | FreeBSD-ports-30c1ab5b4a300be361ba1906cc4565f312a0ed0f.zip FreeBSD-ports-30c1ab5b4a300be361ba1906cc4565f312a0ed0f.tar.gz |
- Add djvulibre-nox11, slave port to djvulibre
This version doesn't depend on Qt.
Diffstat (limited to 'graphics/djvulibre-nox11')
-rw-r--r-- | graphics/djvulibre-nox11/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/djvulibre-nox11/Makefile b/graphics/djvulibre-nox11/Makefile new file mode 100644 index 0000000..b4df776 --- /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" |