1997-11-01 14:58:47 +00:00
|
|
|
# New ports collection makefile for: eterm
|
|
|
|
# Date created: 24 November 1997
|
|
|
|
# Whom: Murray Stokely <murray@cdrom.com>
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1997-11-01 14:58:47 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= eterm
|
|
|
|
PORTVERSION= 0.8.10
|
1997-11-01 14:58:47 +00:00
|
|
|
CATEGORIES= x11
|
1999-02-22 04:09:39 +00:00
|
|
|
MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \
|
|
|
|
http://eterm.is.nontoxic.org/download/ \
|
|
|
|
ftp://ftp.livewire.com.au/pub/linuxberg/files/x11/system/ \
|
|
|
|
ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/x11/system/ \
|
|
|
|
ftp://ftp.sunsite.auc.dk/disk6/linuxberg.com/files/x11/system/
|
2000-04-13 19:19:05 +00:00
|
|
|
DISTNAME= Eterm-${PORTVERSION}
|
1997-11-01 14:58:47 +00:00
|
|
|
|
2000-05-14 05:21:53 +00:00
|
|
|
MAINTAINER= murray@FreeBSD.org
|
1997-11-01 14:58:47 +00:00
|
|
|
|
1999-10-08 03:30:33 +00:00
|
|
|
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
|
1997-11-01 14:58:47 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-05-29 04:10:49 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-05-29 04:10:49 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
1998-10-09 18:05:13 +00:00
|
|
|
|
1997-11-02 19:09:30 +00:00
|
|
|
MAN1= Eterm.1
|
1997-11-01 14:58:47 +00:00
|
|
|
|
1998-10-28 15:50:26 +00:00
|
|
|
pre-patch:
|
|
|
|
.if ( defined(KANJI) )
|
|
|
|
${CP} ${FILESDIR}/patch-kanji ${PATCHDIR}
|
|
|
|
.endif
|
|
|
|
|
1999-09-04 19:30:32 +00:00
|
|
|
# this is needed to remove leftover files from applied patches.
|
|
|
|
pre-install:
|
|
|
|
.for i in Eterm emacs irc mutt tn3270 trans
|
|
|
|
@${RM} -f ${WRKSRC}/themes/$i/*.orig
|
|
|
|
.endfor
|
|
|
|
|
1998-02-23 15:38:53 +00:00
|
|
|
post-install:
|
1999-09-04 19:30:32 +00:00
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/Eterm
|
1999-02-22 04:09:39 +00:00
|
|
|
.ifndef NOPORTDOCS
|
1999-09-04 19:30:32 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/Eterm
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
|
1998-02-23 15:38:53 +00:00
|
|
|
.endif
|
1997-11-01 14:58:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|