5d40766e78
Six free command-line tools for dealing with Type 1 fonts. submitted by Matt Jibson <dolmant at gmail.com> licenses checked by Matthias Kilian <kili at outback.escape.de>
24 lines
456 B
Makefile
24 lines
456 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/10 23:14:01 steven Exp $
|
|
|
|
COMMENT= "utilities for PostScript Type 1 fonts"
|
|
DISTNAME= t1utils-1.32
|
|
CATEGORIES= print
|
|
|
|
HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
|
|
|
|
MAINTAINER= Matt Jibson <dolmant@gmail.com>
|
|
|
|
# mix of BSD/GPL/PD
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|