50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2002/03/15 16:38:05 skrll Exp $
|
|
|
|
DISTNAME= xchat-1.8.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= chat x11 gnome
|
|
MASTER_SITES= ${HOMEPAGE}files/source/1.8/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://xchat.org/
|
|
COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit
|
|
|
|
USE_GMAKE= YES
|
|
USE_PERL5= YES
|
|
USE_X11BASE= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= ac_cv_lib_intl_bindtextdomain='yes'
|
|
CONFIGURE_ENV+= pythonpath=${PYTHONBIN}
|
|
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
|
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CONFIGURE_ARGS+= --enable-panel
|
|
|
|
# IPv6 support
|
|
.if defined(USE_INET6) && ${USE_INET6} == YES
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
.endif
|
|
|
|
# SSL support
|
|
.if defined(XCHAT_USE_SSL) && ${XCHAT_USE_SSL} == "YES"
|
|
.include "../../security/openssl/buildlink.mk"
|
|
CONFIGURE_ARGS+= --enable-openssl=${BUILDLINK_DIR}
|
|
.endif
|
|
|
|
# XXX
|
|
# Is this needed?
|
|
pre-configure:
|
|
@cd ${WRKSRC} && \
|
|
${RM} -f po/zh_TW.Big5.po
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
|
|
|
|
.include "../../lang/python/application.buildlink.mk"
|
|
.include "../../x11/gnome-core/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|