summaryrefslogtreecommitdiff
path: root/graphics/ppmtoxvpic/Makefile
blob: 3efc3b80ecf967c247675f90236095eebabfdead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1.1.1 2001/08/05 01:51:08 hubertf Exp $
#

PKGNAME=	ppmtoxvpic-0.99.9
CATEGORIES=	graphics

MAINTAINER=	hubertf@netbsd.org
COMMENT=	Convert PPM image to preview pic readable by xv and gimp

do-install:
		${INSTALL_SCRIPT} ${WRKSRC}/utils/xvpicmaker ${PREFIX}/bin
		${INSTALL_PROGRAM} ${WRKSRC}/utils/ppmtoxvpic ${PREFIX}/bin

.include "../../x11/dfm/Makefile.common"