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

Annotation of pkgsrc/chat/xchat/Makefile, Revision 1.20

1.20    ! tron        1: # $NetBSD: Makefile,v 1.19 2002/03/19 08:00:18 skrll Exp $
1.1       wiz         2:
1.20    ! tron        3: DISTNAME=      xchat-1.8.8
1.1       wiz         4: CATEGORIES=    chat x11 gnome
1.7       tron        5: MASTER_SITES=  ${HOMEPAGE}files/source/1.8/
1.1       wiz         6: EXTRACT_SUFX=  .tar.bz2
                      7:
                      8: MAINTAINER=    tron@netbsd.org
                      9: HOMEPAGE=      http://xchat.org/
1.4       wiz        10: COMMENT=       X11 (X Window System) IRC client, using the GTK+ toolkit
1.1       wiz        11:
1.7       tron       12: USE_GMAKE=     YES
                     13: USE_PERL5=     YES
                     14: USE_X11BASE=   YES
                     15: GNU_CONFIGURE= YES
1.9       fredb      16: CONFIGURE_ENV+=        ac_cv_lib_intl_bindtextdomain='yes'
1.16      drochner   17: CONFIGURE_ENV+=        pythonpath=${PYTHONBIN}
1.7       tron       18: MAKE_ENV+=     PKGLOCALEDIR="${PKGLOCALEDIR}"
1.11      tron       19:
                     20: BUILD_DEFS+=   USE_INET6
                     21:
                     22: .include "../../mk/bsd.prefs.mk"
1.12      mycroft    23:
                     24: CONFIGURE_ARGS+=       --enable-panel
1.11      tron       25:
                     26: # IPv6 support
                     27: .if defined(USE_INET6) && ${USE_INET6} == YES
                     28: CONFIGURE_ARGS+=       --enable-ipv6
                     29: .endif
                     30:
                     31: # SSL support
                     32: .if defined(XCHAT_USE_SSL) && ${XCHAT_USE_SSL} == "YES"
                     33: .include "../../security/openssl/buildlink.mk"
                     34: CONFIGURE_ARGS+=       --enable-openssl=${BUILDLINK_DIR}
                     35: .endif
1.1       wiz        36:
                     37: post-install:
1.5       hubertf    38:        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
1.1       wiz        39:        ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
                     40:
1.16      drochner   41: .include "../../lang/python/application.buildlink.mk"
1.14      tron       42: .include "../../x11/gnome-core/buildlink.mk"
1.1       wiz        43: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>