1997-11-01 15:58:47 +01:00
|
|
|
# New ports collection makefile for: eterm
|
|
|
|
# Date created: 24 November 1997
|
2000-10-03 13:54:47 +02:00
|
|
|
# Whom: Murray Stokely <murray@freebsd.org>
|
1997-11-01 15:58:47 +01:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-11-01 15:58:47 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= eterm
|
2006-12-10 18:31:58 +01:00
|
|
|
PORTVERSION= 0.9.4
|
2007-03-11 09:51:14 +01:00
|
|
|
PORTREVISION= 1
|
2001-10-11 13:56:51 +02:00
|
|
|
CATEGORIES+= x11
|
2006-10-28 23:10:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= Eterm-${PORTVERSION}
|
1997-11-01 15:58:47 +01:00
|
|
|
|
2001-09-17 17:08:15 +02:00
|
|
|
MAINTAINER?= olgeni@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT?= X11 terminal emulator based on rxvt/xterm
|
1997-11-01 15:58:47 +01:00
|
|
|
|
2003-02-15 03:28:42 +01:00
|
|
|
BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
|
2007-03-11 09:51:14 +01:00
|
|
|
LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \
|
2002-10-26 10:29:26 +02:00
|
|
|
ast.2:${PORTSDIR}/devel/libast
|
2001-09-07 21:59:57 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-28 23:10:47 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-09-17 17:08:15 +02:00
|
|
|
CONFIGURE_ARGS?=--enable-trans --enable-utmp \
|
2001-03-01 13:26:36 +01:00
|
|
|
--enable-xim --with-theme-update \
|
2002-05-31 21:57:05 +02:00
|
|
|
--with-backspace=bs --without-terminfo \
|
|
|
|
--enable-multi-charset
|
2005-07-24 09:29:27 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-07-30 11:57:48 +02:00
|
|
|
OPTIONS= MMX "With MMX instruction set" off
|
2006-12-10 18:31:58 +01:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_ICONV= yes
|
1998-10-09 20:05:13 +02:00
|
|
|
|
1997-11-02 20:09:30 +01:00
|
|
|
MAN1= Eterm.1
|
1997-11-01 15:58:47 +01:00
|
|
|
|
2001-09-07 21:59:57 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
|
|
|
CONFIGURE_ARGS+=--enable-mmx
|
|
|
|
.endif
|
|
|
|
|
2003-03-31 20:24:53 +02:00
|
|
|
post-patch:
|
2006-02-23 11:40:44 +01:00
|
|
|
@${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM}
|
2003-03-31 20:24:53 +02:00
|
|
|
|
1998-02-23 16:38:53 +01:00
|
|
|
post-install:
|
1999-09-04 21:30:32 +02:00
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/Eterm
|
2001-02-17 23:28:10 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-09-04 21:30:32 +02:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/Eterm
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
|
2001-02-17 23:28:10 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm
|
1998-02-23 16:38:53 +01:00
|
|
|
.endif
|
1997-11-01 15:58:47 +01:00
|
|
|
|
2001-09-07 21:59:57 +02:00
|
|
|
.include <bsd.port.post.mk>
|