2f955aa8bd
* Use Makefile.common for common stuff. Changelog: NEW IN VERSION 3.5.27 ------------------------ - simplified configuration scripts - deadlock fixes - miniexp under win32 uses tlsalloc instead of _thread vars (pb under xp) NEW IN VERSION 3.5.26 ------------------------ - Thread safe miniexp - Now using the standard autotools approach (thanks to Vincent Torri). - New windows installer (thanks to Konstantin Kravtsov). - Fixed Russian code page issues in windows. - General speedup thanks to lock-free smart pointers. - ddjvu can produce one file per page. - djvused can now set the default page orientation. - Bug fixes all around.
12 lines
320 B
Makefile
12 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/09/24 23:05:31 ryoon Exp $
|
|
|
|
.include "../../graphics/djvulibre-lib/Makefile.common"
|
|
PKGNAME= ${DISTNAME:S/-/-lib-/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
PKGCONFIG_OVERRIDE+= libdjvu/ddjvuapi.pc.in
|
|
BUILD_DIRS= libdjvu share
|
|
INSTALL_DIRS= libdjvu share
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|