summaryrefslogtreecommitdiff
path: root/graphics/png2html/Makefile
blob: d17be80dd8926d60baed757c9e390f569e9fa764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:31 wiz Exp $
#

DISTNAME=	png2html-1.1
CATEGORIES=	graphics www
MASTER_SITES=	http://www.engr.mun.ca/~holden/

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://www.engr.mun.ca/~holden/png2html.html
COMMENT=	Takes a PNG image and transforms it to a web page

DEPENDS+=	png-1.*:../../graphics/png
DEPENDS+=	gd>=1.8.3:../../graphics/gd
DEPENDS+=	jpeg>=6a:../../graphics/jpeg

do-install:
		${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html
		${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/png2html
		${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/png2html
		${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/png2html
		${INSTALL_PROGRAM} ${WRKSRC}/png2html ${PREFIX}/bin

.include "../../mk/bsd.pkg.mk"