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

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

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

CVSweb <webmaster@jp.NetBSD.org>