Edit

IABSD.fr/ports/misc/ttyrec/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2014-01-01 20:46:27
    Hash : 611dc52f
    Message : Drop USE_GROFF since groff and mandoc produce identical output.

  • misc/ttyrec/Makefile
  • # $OpenBSD: Makefile,v 1.16 2014/01/01 20:46:28 naddy Exp $
    
    COMMENT=	tty recorder
    
    DISTNAME=	ttyrec-1.0.8
    REVISION=	2
    CATEGORIES=	misc
    
    HOMEPAGE=	http://0xcc.net/ttyrec/index.html.en
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB=		c
    
    MASTER_SITES=	http://0xcc.net/ttyrec/
    
    NO_TEST=	Yes
    
    BIN=	ttyplay ttyrec ttytime
    
    do-install:
    	@cd ${WRKSRC} && ${INSTALL_PROGRAM} ${BIN} ${PREFIX}/bin
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ttyrec
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ttyrec
    	${INSTALL_MAN_DIR} ${PREFIX}/man/man1
    	${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>