openbsd-ports/textproc/p5-Font-TTF/Makefile

28 lines
607 B
Makefile
Raw Normal View History

2002-10-20 01:52:57 -04:00
# $OpenBSD: Makefile,v 1.12 2002/10/20 05:52:57 shell Exp $
COMMENT= "perl module for TrueType font hacking"
2002-10-20 01:52:57 -04:00
DISTNAME= Font-TTF-0.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
2001-04-17 11:16:46 -04:00
MAINTAINER= Shell Hung <shell@openbsd.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
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
2001-08-07 01:51:53 -04:00
${INSTALL_SCRIPT} ${EG_DIR}/* ${EXAMPLE_DIR}/
.include <bsd.port.mk>