17 lines
300 B
Makefile
17 lines
300 B
Makefile
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>
|