blob: 79fd96b6691e7dd75c7571da171ff01b96ee220c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.2 2002/11/07 04:23:04 dillo Exp $
#
DISTNAME= img2eps-0.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"
|