2e226919f6
Submitted by Shell Hung <i@shellhung.org> -- This module provided supports for many types of TTF tables, including reading, processing and writing, and also supports XML output.
34 lines
770 B
Makefile
34 lines
770 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/30 21:54:47 avsm Exp $
|
|
|
|
COMMENT= "perl module for TrueType font hacking"
|
|
|
|
DISTNAME= Font-TTF-0.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.364
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Font
|
|
|
|
MAINTAINER= Shell Hung <i@shellhung.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
EXAMPLE_DIR= ${PREFIX}/share/examples/p5-Font-TTF
|
|
EG_DIR= ${WRKSRC}/Examples
|
|
EG_FILES= StripCmap addpclt makemono ttfdeltable ttfenc \
|
|
ttfwidth xmldump zerohyph
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
|
|
.for i in ${EG_FILES}
|
|
${INSTALL_DATA} ${EG_DIR}/$i.plx ${EXAMPLE_DIR}/$i.plx
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|