[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / rxvt-unicode

Annotation of pkgsrc/x11/rxvt-unicode/Makefile, Revision 1.47

1.47    ! wiz         1: # $NetBSD: Makefile,v 1.46 2013/06/04 22:17:32 tron Exp $
1.1       minskim     2:
1.43      rodent      3: DISTNAME=      rxvt-unicode-9.16
1.47    ! wiz         4: PKGREVISION=   4
1.43      rodent      5: CATEGORIES=    x11
                      6: MASTER_SITES=  http://dist.schmorp.de/rxvt-unicode/ \
                      7:                http://dist.schmorp.de/rxvt-unicode/Attic/
                      8: EXTRACT_SUFX=  .tar.bz2
                      9:
                     10: MAINTAINER=    pkgsrc-users@NetBSD.org
                     11: HOMEPAGE=      http://software.schmorp.de/pkg/rxvt-unicode.html
                     12: COMMENT=       Clone of rxvt supporting Xft fonts and Unicode
                     13: LICENSE=       gnu-gpl-v2
                     14:
                     15: GNU_CONFIGURE= yes
                     16: USE_LANGUAGES= c c++
                     17: USE_TOOLS+=    pkg-config
                     18: USE_FEATURES+= snprintf
1.1       minskim    19:
1.20      obache     20: CONFIGURE_ENV+=                ac_cv_path_TIC=no
1.1       minskim    21:
1.36      dholland   22: CONFIGURE_ARGS+=       --enable-256-color
1.34      morr       23:
1.36      dholland   24: INSTALLATION_DIRS+=    share/doc/rxvt-unicode share/examples/rxvt-unicode
1.25      abs        25:
1.5       wiz        26: post-install:
1.25      abs        27:        ${INSTALL_DATA} ${WRKSRC}/README.FAQ \
                     28:                ${DESTDIR}${PREFIX}/share/doc/rxvt-unicode
1.20      obache     29: .for t in rxvt-unicode.termcap rxvt-unicode.terminfo
1.25      abs        30:        ${INSTALL_DATA} ${WRKSRC}/doc/etc/${t} \
                     31:                ${DESTDIR}${PREFIX}/share/examples/rxvt-unicode
1.20      obache     32: .endfor
1.5       wiz        33:
1.14      martin     34: .include "options.mk"
                     35:
1.16      joerg      36: .include "../../x11/libXpm/buildlink3.mk"
1.17      joerg      37: .include "../../x11/libX11/buildlink3.mk"
1.1       minskim    38: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>