Index: head/chinese/eterm/Makefile =================================================================== --- head/chinese/eterm/Makefile (revision 384147) +++ head/chinese/eterm/Makefile (revision 384148) @@ -1,23 +1,23 @@ # Created by: Michael C. Wu # $FreeBSD$ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../x11/eterm -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER= enlightenment@FreeBSD.org COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5) EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure CONFIGURE_ARGS= --enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ --enable-multi-charset=big5 PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist RUN_DEPENDS= ${LOCALBASE}/share/fonts/kcfonts/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts .include "${MASTERDIR}/Makefile" Index: head/x11/eterm/Makefile =================================================================== --- head/x11/eterm/Makefile (revision 384147) +++ head/x11/eterm/Makefile (revision 384148) @@ -1,45 +1,45 @@ # Created by: Murray Stokely # $FreeBSD$ PORTNAME= eterm PORTVERSION= 0.9.6 PORTREVISION= 5 CATEGORIES+= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Eterm-${PORTVERSION} DISTNAME= Eterm-${PORTVERSION} -MAINTAINER?= olgeni@FreeBSD.org +MAINTAINER?= enlightenment@FreeBSD.org COMMENT?= X11 terminal emulator based on rxvt/xterm BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html LIB_DEPENDS= libast.so:${PORTSDIR}/devel/libast \ libImlib2.so:${PORTSDIR}/graphics/imlib2 GNU_CONFIGURE= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ --enable-multi-charset CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= iconv libtool shebangfix SHEBANG_FILES= ${WRKSRC}/utils/kEsetroot.in perl_OLD_CMD= @PERL@ USE_CSTD= gnu89 USE_LDCONFIG= yes USE_XORG= x11 xt OPTIONS_DEFINE= DOCS OPTIONS_DEFINE_i386= MMX MMX_CONFIGURE_WITH= mmx post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${STAGEDIR}${DOCSDIR} .include