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

Annotation of pkgsrc/fonts/lcdftypetools/Makefile, Revision 1.4

1.4     ! wiz         1: # $NetBSD: Makefile,v 1.3 2016/06/16 03:57:25 markd Exp $
1.1       markd       2:
1.3       markd       3: DISTNAME=      texlive-20160523-source
                      4: PKGNAME=       lcdftypetools-2.105
1.1       markd       5: CATEGORIES=    fonts
1.3       markd       6: MASTER_SITES=  ftp://tug.org/historic/systems/texlive/2016/
1.1       markd       7: EXTRACT_SUFX=  .tar.xz
                      8:
                      9: MAINTAINER=    pkgsrc-users@NetBSD.org
                     10: HOMEPAGE=      http://ctan.org/pkg/lcdf-typetools
1.4     ! wiz        11: COMMENT=       Outline font manipulation tools
1.1       markd      12: LICENSE=       gnu-gpl-v2
                     13:
                     14: DEPENDS+=      tex-glyphlist-[0-9]*:../../fonts/tex-glyphlist
                     15:
                     16: EXTRACT_ELEMENTS=      ${DISTNAME}/build-aux \
                     17:                        ${DISTNAME}/texk/lcdf-typetools
                     18:
                     19: GNU_CONFIGURE= yes
                     20: USE_LIBTOOL=   yes
                     21: USE_LANGUAGES= c c++
1.2       markd      22: USE_TOOLS+=    pkg-config
1.1       markd      23: WRKSRC=                ${WRKDIR}/${DISTNAME}/texk/lcdf-typetools
                     24:
1.4     ! wiz        25: CXXFLAGS+=     -std=c++11
        !            26:
1.1       markd      27: CONFIG_GUESS_OVERRIDE+=        ${WRKDIR}/${DISTNAME}/build-aux/config.guess
                     28: CONFIG_SUB_OVERRIDE+=  ${WRKDIR}/${DISTNAME}/build-aux/config.sub
                     29:
1.2       markd      30: CONFIGURE_ARGS+=       --with-system-kpathsea
1.1       markd      31:
1.2       markd      32: BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
1.1       markd      33: .include "../../print/kpathsea/buildlink3.mk"
                     34: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>