summaryrefslogtreecommitdiff
path: root/japanese/eterm
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>2000-01-29 23:14:12 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>2000-01-29 23:14:12 +0000
commit1d8a054ccf9fbfd0730cd175b28966c7477687d2 (patch)
tree5769948100c404a35d72f5b334724f1002949caf /japanese/eterm
parentPorts no longer need to pass CXXFLAGS to configure. bsd.port.mk does this (diff)
Sorry I forgot to update Makefile
Notes
Notes: svn path=/head/; revision=25297
Diffstat (limited to 'japanese/eterm')
-rw-r--r--japanese/eterm/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/japanese/eterm/Makefile b/japanese/eterm/Makefile
index 9d997044e826..e9b9c82b414c 100644
--- a/japanese/eterm/Makefile
+++ b/japanese/eterm/Makefile
@@ -1,19 +1,18 @@
# New ports collection makefile for: eterm
-# Version required: 0.8.9
+# Version required: 0.8.10
# Date created: 11th December 1998
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
#
# $FreeBSD$
#
-DISTNAME= Eterm-0.8.9
-PKGNAME= ja-eterm-0.8.9
+DISTNAME= Eterm-0.8.10
+PKGNAME= ja-eterm-0.8.10
CATEGORIES= japanese x11
-MASTER_SITES= http://www.eterm.org/download/ \
- ftp://ftp.eterm.org/pub/Eterm/ \
- http://www.tcserv.com/archive/E/ \
- http://eterm.is.nontoxic.org/download/ \
- http://www.tcserv.com/archive/E/old/
+MASTER_SITES= ftp://eterm.sourceforge.net/pub/eterm/ \
+ ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \
+ ftp://ftp.themes.org/pub/enlightenment/eterm/ \
+ ftp://ftp.dti.ad.jp/pub/X/Eterm/
MAINTAINER= nobutaka@nobutaka.com
@@ -22,17 +21,17 @@ LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lxpg4"
+CONFIGURE_ENV= LIBS="-lxpg4"
MAN1= Eterm.1
post-install:
+ @${CHMOD} 4711 ${PREFIX}/bin/Eterm
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/Eterm
@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
- @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm
.endif
.include <bsd.port.mk>