Makefile 555 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.1.1.1 2017/06/13 21:46:16 fcambus Exp $
  2. COMMENT = tool for resizing BDF format fonts
  3. DISTNAME = bdfresize-1.5
  4. CATEGORIES = sysutils
  5. MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
  6. # GPLv2+
  7. PERMIT_PACKAGE_CDROM = Yes
  8. WANTLIB += c
  9. MASTER_SITES = http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/
  10. CONFIGURE_STYLE = gnu
  11. post-configure:
  12. # Do not build embedded getopt
  13. @sed -i 's|"getopt.h"|<getopt.h>|' ${WRKSRC}/bdfresize.c
  14. @sed -i 's|charresize.o getopt.o|charresize.o|' ${WRKSRC}/Makefile
  15. .include <bsd.port.mk>