19 lines
363 B
Makefile
19 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/12/30 18:22:06 fcambus Exp $
|
|
|
|
COMMENT= utilities for PostScript Type 1 fonts
|
|
DISTNAME= t1utils-1.42
|
|
CATEGORIES= print fonts
|
|
|
|
HOMEPAGE= https://www.lcdf.org/~eddietwo/type/
|
|
|
|
# mix of BSD/GPL/PD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= https://www.lcdf.org/~eddietwo/type/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|