1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/eterm/Makefile
Mark Linimon e81a0693bf Mark as broken on aarch64 due to missing file 'gdb.scr' on install.
This is probably easy to fix, but I can't figure it out right now.

Approved by:	portmgr (tier-2 blanket)
2016-11-11 07:46:15 +00:00

48 lines
1.2 KiB
Makefile

# Created by: Murray Stokely <murray@FreeBSD.org>
# $FreeBSD$
PORTNAME= eterm
PORTVERSION= 0.9.6
PORTREVISION= 5
CATEGORIES+= x11
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Eterm-${PORTVERSION}
DISTNAME= Eterm-${PORTVERSION}
MAINTAINER?= enlightenment@FreeBSD.org
COMMENT?= X11 terminal emulator based on rxvt/xterm
BUILD_DEPENDS= man2html:textproc/man2html
LIB_DEPENDS= libast.so:devel/libast \
libImlib2.so:graphics/imlib2
BROKEN_aarch64= Fails to install: gdb.scr: no such file or directory
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 <bsd.port.mk>