Makefile 368 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.7 2015/06/04 06:31:59 ajacoutot Exp $
  2. COMMENT= utilities for PostScript Type 1 fonts
  3. DISTNAME= t1utils-1.39
  4. CATEGORIES= print fonts
  5. HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
  6. # mix of BSD/GPL/PD
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB += c
  9. MASTER_SITES= http://www.lcdf.org/~eddietwo/type/
  10. CONFIGURE_STYLE= gnu
  11. .include <bsd.port.mk>