[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / latex-mk

Annotation of pkgsrc/print/latex-mk/Makefile, Revision 1.16

1.16    ! jlam        1: # $NetBSD: Makefile,v 1.15 2006/04/04 23:21:30 dmcmahill Exp $
1.1       dmcmahil    2: #
                      3:
1.15      dmcmahil    4: DISTNAME=      latex-mk-1.6
1.1       dmcmahil    5: CATEGORIES=    print
                      6: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
                      7:
1.6       grant       8: MAINTAINER=    dmcmahill@NetBSD.org
1.8       seb         9: HOMEPAGE=      http://latex-mk.sourceforge.net/
1.1       dmcmahil   10: COMMENT=       Makefile fragments and scripts for managing LaTeX documents
                     11:
1.10      dmcmahil   12: PKG_INSTALLATION_TYPES=        overwrite pkgviews
                     13:
1.13      dmcmahil   14: USE_TOOLS+=    awk echo env false find grep gzcat gzip rm rmdir tar
1.12      jlam       15:
                     16: GNU_CONFIGURE= YES
                     17: CONFIGURE_ENV+=        BMAKE=${MAKE_PROGRAM:Q}
1.13      dmcmahil   18: CONFIGURE_ENV+=        GZCAT=${GZCAT:Q}
                     19: CONFIGURE_ENV+=        GZIP=${GZIP_CMD:Q}
1.3       dmcmahil   20:
1.16    ! jlam       21: INFO_FILES=    # PLIST
1.7       seb        22:
1.5       dmcmahil   23: TEST_DIRS=     ${WRKSRC}
                     24: TEST_TARGET=   check
1.1       dmcmahil   25:
                     26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>