e06dfa9b25
Fix utterly bogus ppmtoTbmp dependencies. Convert dependencies to new format.
35 lines
856 B
Makefile
35 lines
856 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/10/07 15:34:10 espie Exp $
|
|
|
|
COMMENT= "convert various Microsoft formats into HTML/PNG"
|
|
|
|
DISTNAME= wv-0.6.5
|
|
CATEGORIES= converters
|
|
NEED_VERSION= 1.460
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= wvware
|
|
|
|
HOMEPAGE= http://www.wvware.com/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= iconv
|
|
LIB_DEPENDS= wmf.0::graphics/libwmf \
|
|
png.2::graphics/png \
|
|
Magick.5::graphics/ImageMagick \
|
|
glib.1::devel/glib
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
|
|
CONFIGURE_ARGS+= --with-png=${LOCALBASE} --with-exporter \
|
|
--with-libiconv=${LOCALBASE} \
|
|
--with-Magick=${LOCALBASE} --with-libwmf=${LOCALBASE}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|