[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / gtexinfo

Annotation of pkgsrc/devel/gtexinfo/Makefile, Revision 1.3

1.1       agc         1: # New ports collection makefile for:   GNU texinfo
1.2       hubertf     2: # Version required:     3.11
                      3: # Date created:                14 November 1997
                      4: # Whom:                        lamj@stat.cmu.edu
1.3     ! hubertf     5: #
        !             6: # $NetBSD: Makefile,v 1.2 1997/12/14 23:09:43 hubertf Exp $
1.1       agc         7: #
                      8:
1.2       hubertf     9: DISTNAME=       texinfo-3.11
                     10: PKGNAME=       gtexinfo-3.11
1.1       agc        11: CATEGORIES=    devel
                     12: MASTER_SITES=   ${MASTER_SITE_GNU}
                     13:
1.2       hubertf    14: MAINTAINER=    lamj@stat.cmu.edu
                     15:
1.1       agc        16: GNU_CONFIGURE= yes
                     17:
                     18: post-install:
                     19:        ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/texinfo
                     20:        ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info.info
                     21:        ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info-stnd.info
1.2       hubertf    22: .for file in info install-info makeinfo texindex
                     23:        strip ${PREFIX}/bin/${file}
                     24: .endfor
1.1       agc        25:
                     26: .include <bsd.port.mk>

CVSweb <webmaster@jp.NetBSD.org>