diff options
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" |