Makefile 811 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.23 2015/10/13 05:59:34 bentley Exp $
  2. COMMENT= programs and library for the 'X-face' mail and news header
  3. DISTNAME= compface-1.5.2
  4. REVISION = 2
  5. CATEGORIES= graphics
  6. MASTER_SITES= http://ftp.xemacs.org/pub/xemacs/aux/
  7. HOMEPAGE= http://freshmeat.net/projects/compface/
  8. PERMIT_PACKAGE_CDROM= No fee
  9. PERMIT_PACKAGE_FTP= No
  10. PERMIT_DISTFILES_FTP= Yes
  11. WANTLIB= c
  12. CONFIGURE_STYLE=gnu
  13. NO_TEST= Yes
  14. do-install:
  15. ${INSTALL_PROGRAM} ${WRKSRC}/{compface,uncompface} ${PREFIX}/bin
  16. ${INSTALL_SCRIPT} ${WRKSRC}/xbm2xface.pl ${PREFIX}/bin/xbm2xface
  17. ${INSTALL_DATA} ${WRKSRC}/compface.h ${PREFIX}/include
  18. ${INSTALL_DATA} ${WRKSRC}/libcompface.a ${PREFIX}/lib
  19. ${INSTALL_MAN} ${WRKSRC}/compface.1 ${PREFIX}/man/man1
  20. ${INSTALL_MAN} ${WRKSRC}/compface.3 ${PREFIX}/man/man3
  21. .include <bsd.port.mk>