19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.8 2017/11/05 17:16:56 ajacoutot Exp $
|
|
|
|
COMMENT= utilities for PostScript Type 1 fonts
|
|
DISTNAME= t1utils-1.41
|
|
CATEGORIES= print fonts
|
|
|
|
HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
|
|
|
|
# mix of BSD/GPL/PD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= http://www.lcdf.org/~eddietwo/type/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|