pkgsrc/print/img2eps/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

23 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:05 tv Exp $
#
DISTNAME= img2eps-0.1
PKGREVISION= 2
CATEGORIES= print graphics
MASTER_SITES= http://www.nih.at/img2eps/
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://www.nih.at/img2eps/
COMMENT= Convert raster images to EPS files
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
TEST_TARGET= check
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"