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

Annotation of pkgsrc/comms/xtel/Makefile, Revision 1.27

1.27    ! asau        1: # $NetBSD: Makefile,v 1.26 2012/05/03 09:55:29 obache Exp $
1.1       bouyer      2: #
                      3:
1.4       jschauma    4: DISTNAME=      xtel-3.3.0
1.26      obache      5: PKGREVISION=   13
1.4       jschauma    6: CATEGORIES=    comms x11
                      7: MASTER_SITES=  http://pficheux.free.fr/xtel/download/
1.1       bouyer      8:
1.23      dholland    9: PATCHFILES=    xtel-jumbo-patch-20111008.gz
                     10: PATCH_SITES=   http://www.NetBSD.org/~dholland/patchkits/xtel/
                     11: PATCH_DIST_STRIP= -p1
                     12:
1.5       grant      13: MAINTAINER=    bouyer@NetBSD.org
1.4       jschauma   14: HOMEPAGE=      http://pficheux.free.fr/xtel/
                     15: COMMENT=       Minitel(r) emulator
1.1       bouyer     16:
1.22      dholland   17: MAKE_JOBS_SAFE=        no
                     18:
1.4       jschauma   19: USE_IMAKE=     YES
1.14      joerg      20: USE_TOOLS+=    mkfontdir bdftopcf
1.1       bouyer     21:
1.24      dholland   22: FONTDIR=       ${PREFIX}/lib/X11/fonts
                     23: FONTS_DIRS.x11=        ${FONTDIR}/xtel
                     24: REQD_DIRS=     ${FONTDIR}/xtel
                     25:
                     26: SUBST_CLASSES+=                fontdir
                     27: SUBST_STAGE.fontdir=   post-configure
                     28: SUBST_MESSAGE.fontdir= Fixing imake font directory.
                     29: SUBST_FILES.fontdir=   fonts/Makefile
                     30: SUBST_SED.fontdir=     's,^[^A-Z]*FONTDIR =.*,FONTDIR = '${FONTDIR:Q},
1.11      wiz        31:
1.17      joerg      32: INSTALLATION_DIRS=     share/examples/xtel
                     33: INSTALL_MAKE_FLAGS=    PPPDIR=${PREFIX}/share/examples/xtel
                     34:
                     35: SPECIAL_PERMS+=                bin/mdmdetect ${SETUID_ROOT_PERMS}
                     36:
1.25      hans       37: .include "../../mk/bsd.prefs.mk"
                     38: .if ${OPSYS} == "SunOS"
                     39: BUILDLINK_TRANSFORM+=  rm:-lucb
                     40: .endif
                     41:
1.21      dsainty    42: .include "../../mk/jpeg.buildlink3.mk"
1.14      joerg      43: .include "../../x11/libXaw/buildlink3.mk"
1.13      joerg      44: .include "../../x11/libXpm/buildlink3.mk"
1.14      joerg      45: .include "../../x11/xbitmaps/buildlink3.mk"
1.1       bouyer     46: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>