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
|
2008-06-20 23:58:21 +02:00
|
|
|
PORTVERSION= 0.9.5
|
2001-10-11 13:56:51 +02:00
|
|
|
CATEGORIES+= x11
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
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
|
2008-03-11 22:13:53 +01:00
|
|
|
LIB_DEPENDS= ast.2:${PORTSDIR}/devel/libast
|
2001-09-07 21:59:57 +02:00
|
|
|
|
2007-03-23 22:35:47 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
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
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xt
|
2006-12-10 18:31:58 +01:00
|
|
|
USE_ICONV= yes
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_EFL= imlib2
|
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)
|
2008-06-20 23:25:28 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${DOCSDIR}
|
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>
|