[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / img2eps

File: [cvs.NetBSD.org] / pkgsrc / print / img2eps / Makefile (download)

Revision 1.4, Sat Jan 3 18:49:51 2004 UTC (20 years, 2 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.3: +2 -1 lines

Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:51 reed Exp $
#

DISTNAME=	img2eps-0.1
PKGREVISION=	1
CATEGORIES=	print graphics
MASTER_SITES=	http://eris.giga.or.at/pub/nih/img2eps/
MASTER_SITES+=	http://sunsite.univie.ac.at/pub/nih/img2eps/

MAINTAINER=	dillo@giga.or.at
HOMEPAGE=	http://eris.giga.or.at/pub/nih/img2eps/
COMMENT=	Convert raster images to EPS files

USE_BUILDLINK2=	YES
GNU_CONFIGURE=	YES
TEST_TARGET=	check

.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/libungif/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"