46d49b543a
based on a diff from the new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>, man page help from jmc@
29 lines
536 B
Makefile
29 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.16 2005/12/14 17:29:37 steven Exp $
|
|
|
|
COMMENT= "perl module for TrueType font hacking"
|
|
|
|
DISTNAME= Font-TTF-0.37
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-patch:
|
|
@rm -f ${WRKSRC}/lib/Font/TTF/*.orig
|
|
|
|
.include <bsd.port.mk>
|