blob: 7eaf4d6f752c3e3f4b44198d0a3406f0191e1b34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# $NetBSD: Makefile,v 1.28 2010/05/06 09:17:27 sbd Exp $
#
DISTNAME= html2ps-1.0b4
PKGREVISION= 5
CATEGORIES= print
MASTER_SITES= http://user.it.uu.se/~jan/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://user.it.uu.se/~jan/html2ps.html
COMMENT= HTML to PostScript converter
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
DEPENDS+= jpeg>=6b:../../graphics/jpeg
DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin
DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
DEPENDS+= weblint-[0-9]*:../../www/weblint
USE_TOOLS+= gs:run perl:run
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/html2ps
@cd ${WRKSRC} && PATH=${LOCALBASE}/bin:${PREFIX}/bin ./install ${DESTDIR}${PREFIX} ${PKGMANDIR}
@${INSTALL_DATA} ${WRKSRC}/sample ${DESTDIR}${PREFIX}/share/html2ps/sample.rc
.include "../../mk/bsd.pkg.mk"
|