Edit

IABSD.fr/ports/textproc/info2html/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2010-11-20 19:56:47
    Hash : 811d94d9
    Message : new depends

  • textproc/info2html/Makefile
  • # $OpenBSD: Makefile,v 1.17 2010/11/20 19:56:48 espie Exp $
    
    COMMENT=	translate GNU info files into HTML pages
    
    DISTNAME=	info2html-1.1
    CATEGORIES=	textproc
    MASTER_SITES=	http://people.freebsd.org/~wosch/src/
    
    # public domain
    PERMIT_PACKAGE_CDROM=	Yes
    PERMIT_PACKAGE_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	Yes
    PERMIT_DISTFILES_FTP=	Yes
    FAKE_FLAGS=		PREFIX=${PREFIX}
    USE_GROFF =		Yes
    
    post-install:
    	${INSTALL_MAN} ${WRKSRC}/info2html.1 ${PREFIX}/man/man1
    
    .include <bsd.port.mk>