pkgsrc/fonts/otf2bdf/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

26 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/06/04 22:16:03 tron Exp $
#
DISTNAME= otf2bdf-3.1
PKGREVISION= 3
CATEGORIES= fonts
MASTER_SITES= http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/
EXTRACT_SUFX= .tbz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/
COMMENT= OpenType to BDF font converter
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
EGFILES= ${EGFILES_CMD:sh}
EGFILES_CMD= ls ${WRKSRC}/maps/*
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${EGFILES:@.f.@${INSTALL_DATA} ${.f.} ${DESTDIR}${EGDIR}${.newline}@}
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"