diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-04 19:41:58 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-04 19:41:58 +0000 |
commit | 5964cd937dd8091c8622fcfd77b76a8a9765738e (patch) | |
tree | f1b1c3327658cc9e69fdad2a2530c946f0c594d5 /japanese/xchat/Makefile | |
parent | - Enable NLS using the latest version of msgfmt (diff) |
Update to 1.8.3.
Merge everything into irc/xchat and make japanese/chat a slave port of
irc/xchat again.
Notes
Notes:
svn path=/head/; revision=47433
Diffstat (limited to 'japanese/xchat/Makefile')
-rw-r--r-- | japanese/xchat/Makefile | 77 |
1 files changed, 3 insertions, 74 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index 1f2a20c598ff..7432e138f69f 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -5,83 +5,12 @@ # $FreeBSD$ # -PORTNAME= xchat -PORTVERSION= 1.8.2 -CATEGORIES+= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/1.8/ \ - http://xchat.linuxpower.org/files/source/1.8/ +CATEGORIES= japanese MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel -LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv - -# <ja-specific> -CATEGORIES:= japanese ${CATEGORIES} - -#EXTRA_PATCHES= ${.CURDIR}/files/patch-aa - CONFIGURE_ARGS= --enable-japanese-conv -COMMENT= ${.CURDIR}/../../irc/xchat/pkg-comment -DESCR= ${.CURDIR}/../../irc/xchat/pkg-descr -# </ja-specific> - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_IMLIB= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -# Assign with `+=' for slave ports -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -lgiconv" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new -CONFIGURE_ARGS+= --disable-python \ - --without-included-gettext \ - --enable-nls \ - --enable-ipv6 - -.include <bsd.port.pre.mk> - -.if defined(WITH_SOCKS) -# Assign with `+=' for slave ports -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - -.if defined(WITH_SSL) -USE_OPENSSL= YES -CONFIGURE_ARGS+= --enable-openssl -.endif - -.if defined(HAVE_GNOME) -USE_GNOME= yes -CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf -.else -CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf -.endif - -post-patch: - @${PERL} -pi \ - -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ - -e 's|DATADIRNAME=lib|DATADIRNAME=share|g;' \ - -e 's|iconv|giconv|;' \ - ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi \ - -e 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g;' \ - -e 's|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g;' - @${PERL} -pi -e 's|iconv\.h|giconv.h|;' \ - ${WRKSRC}/src/common/jcode.c - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" - @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat -.endif +MASTERDIR= ${.CURDIR}/../../x11/gnomecore -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" |