pkgsrc/converters/libpagemaker/Makefile
wiz bd3d9d4449 Update libpagemaker to 0.0.3:
libpagemaker 0.0.3

- Make --help output of conversion tools help2man-friendly.
- Read big endian (Mac) files (tdf#91419).
- Other small fixes and improvements.
2016-03-08 14:45:36 +00:00

24 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/03/08 14:45:36 wiz Exp $
DISTNAME= libpagemaker-0.0.3
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libpagemaker/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker
COMMENT= Library and utilities for Adobe PageMaker files
LICENSE= mpl-2.0
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libpagemaker.pc.in
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"