diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/djvulibre-nox11/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1babe480..be0aa23 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 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" |