c487cb967a
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.
26 lines
681 B
Makefile
26 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:04 tv Exp $
|
|
|
|
DISTNAME= dvipng-1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=preview-latex/}
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://preview-latex.sourceforge.net/
|
|
COMMENT= Convert DVI files to PNG files
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_MAKEINFO= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO_FILES= dvipng.info
|
|
|
|
BUILDLINK_DEPENDS.freetype2?= freetype2>=2.1.3
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/gd/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|