Edit

IABSD.fr/ports/textproc/agrep/Makefile

Branch :

  • Show log

    Commit

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

  • textproc/agrep/Makefile
  • # $OpenBSD: Makefile,v 1.21 2010/11/20 19:56:47 espie Exp $
    
    COMMENT=	approximate grep (fast approximate pattern-matching tool)
    
    DISTNAME=	agrep-2.04
    REVISION =	0
    CATEGORIES=	textproc
    
    MASTER_SITES=	ftp://ftp.cs.arizona.edu/agrep/
    EXTRACT_SUFX=	.tar.Z
    
    # custom
    PERMIT_PACKAGE_FTP=	may not modify
    PERMIT_PACKAGE_CDROM=	no fee
    PERMIT_DISTFILES_FTP=	Yes
    PERMIT_DISTFILES_CDROM=	no fee
    WANTLIB=		c
    
    MAKE_FLAGS=	CC="${CC}" CFLAGS="${CFLAGS}"
    
    ALL_TARGET=
    
    USE_GROFF =	Yes
    NO_REGRESS=	Yes
    
    do-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/agrep
    	${INSTALL_PROGRAM} ${WRKSRC}/agrep ${PREFIX}/bin
    	${INSTALL_MAN} ${WRKSRC}/agrep.1 ${PREFIX}/man/man1
    	${INSTALL_MAN} ${WRKSRC}/agrep.algorithms ${PREFIX}/share/doc/agrep
    
    .include <bsd.port.mk>