12345678910111213141516171819 |
- # $OpenBSD: Makefile,v 1.7 2015/06/04 06:31:59 ajacoutot Exp $
- COMMENT= utilities for PostScript Type 1 fonts
- DISTNAME= t1utils-1.39
- 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>
|