2006-02-05 16:17:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2006/02/05 16:17:13 sturm Exp $
|
2001-05-06 03:19:44 +00:00
|
|
|
|
|
|
|
COMMENT= "convert HTML pages to PDF/PS format"
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2002-12-16 17:01:23 +00:00
|
|
|
V= 1.8.23
|
2002-08-10 20:12:36 +00:00
|
|
|
DISTNAME= htmldoc-${V}
|
2006-02-05 16:17:13 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2001-02-21 23:31:31 +00:00
|
|
|
CATEGORIES= print www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.easysw.com/htmldoc
|
|
|
|
|
2006-02-05 16:17:13 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
|
|
|
|
|
2001-02-21 23:31:31 +00:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-02-21 20:24:21 +00:00
|
|
|
WANTLIB= png ssl X11 m crypto c jpeg Xext z
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2001-02-21 23:36:28 +00:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-16 17:01:23 +00:00
|
|
|
DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX}
|
2002-08-10 20:12:36 +00:00
|
|
|
MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${V}/ \
|
|
|
|
ftp://ftp2.easysw.com/pub/htmldoc/${V}/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${V}/
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2002-09-13 22:18:28 +00:00
|
|
|
LIB_DEPENDS= fltk.1,fltk_images.1::x11/fltk
|
2001-02-21 23:31:31 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
2002-12-16 17:01:23 +00:00
|
|
|
CXXFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2002-08-10 20:12:36 +00:00
|
|
|
post-extract:
|
|
|
|
@rm -rf ${WRKSRC}/jpeg ${WRKSRC}/png ${WRKSRC}/zlib
|
|
|
|
|
2006-02-05 16:17:13 +00:00
|
|
|
post-configure:
|
|
|
|
@perl -pi -e "s,\\$$\\{DESTDIR},," ${WRKSRC}/config.h
|
|
|
|
|
2002-10-28 13:40:41 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-02-21 23:31:31 +00:00
|
|
|
.include <bsd.port.mk>
|