3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
25 lines
720 B
Makefile
25 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/07/16 01:19:10 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= type1inst-0.6.1
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/xutils/}
|
|
|
|
MAINTAINER= groo@NetBSD.org
|
|
COMMENT= Automatically generate fonts.scale/fonts.dir for Type1 fonts
|
|
|
|
USE_X11BASE= yes
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= t1embed type1inst
|
|
|
|
NO_BUILD= yes
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${PREFIX}/bin
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/t1embed ${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/type1inst
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/type1inst
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|