pkgsrc/converters/psiconv/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

28 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:35 jlam Exp $
#
DISTNAME= psiconv-0.8.3
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/
MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://huizen.dds.nl/~frodol/psiconv/
COMMENT= PSION 5 file format data conversion utilities
USE_BUILDLINK2= YES
USE_X11= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -DIMAGEMAGICK
DOCDIR= ${PREFIX}/share/doc/psiconv
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/docs; for file in ascii html html4; do \
${INSTALL_DATA} $${file} ${DOCDIR}; \
done
.include "../../graphics/ImageMagick/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"