summaryrefslogtreecommitdiff
path: root/print/mupdf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/mupdf/Makefile')
-rw-r--r--print/mupdf/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile
index 263e8b4e4bf..5949da8a535 100644
--- a/print/mupdf/Makefile
+++ b/print/mupdf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2014/05/15 14:41:58 adam Exp $
+# $NetBSD: Makefile,v 1.24 2014/05/18 08:12:22 wiz Exp $
DISTNAME= mupdf-1.4-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://mupdf.com/downloads/
@@ -14,12 +14,6 @@ LICENSE= gnu-agpl-v3
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
-SUBST_CLASSES+= makerules
-SUBST_STAGE.makerules= post-patch
-SUBST_MESSAGE.makerules= Fixing CFLAGS for openjpeg in Makerules.
-SUBST_FILES.makerules= Makerules
-SUBST_VARS.makerules+= PREFIX
-
INSTALLATION_DIRS+= bin include lib/pkgconfig
INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
@@ -53,5 +47,7 @@ post-install:
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/openjpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+# what is it used for?
+#.include "../../www/curl/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"