diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-09 18:05:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-09 18:05:13 +0000 |
commit | 7143731dd8da577ef5c9bfe127b74cd37e83a7a8 (patch) | |
tree | 8add5f7faa68b5f4e5281d53b43fb75fd86a59ec /x11/eterm/Makefile | |
parent | 745ac2b58e86c2c7dd9f398975e0af6e6844ed33 (diff) | |
download | ports-7143731dd8da577ef5c9bfe127b74cd37e83a7a8.tar.gz ports-7143731dd8da577ef5c9bfe127b74cd37e83a7a8.zip |
Upgrade to 0.8.6, remove dummy MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=13791
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r-- | x11/eterm/Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index f5a5a1d7e38d..c4d238f61c26 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,35 +1,34 @@ # New ports collection makefile for: eterm -# Version required: 0.7+PL5 +# Version required: 0.8.6 # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.7 1998/08/05 09:31:41 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/25 09:52:45 asami Exp $ # -DISTNAME= Eterm-DR-0.7+PL5 -PKGNAME= eterm-0.7 +DISTNAME= Eterm-0.8.6 +PKGNAME= eterm-0.8.6 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.mandrake.net/pub/Eterm/ \ - http://www.tcserv.com/archive/E/ \ - http://www.spd.louisville.edu/~mejenn01/archive/E/ +MASTER_SITES= ftp://ftp.enlightenment.org/pub/Eterm/ \ + http://www.tcserv.com/archive/E/ MAINTAINER= murray@cdrom.com LIB_DEPENDS= Imlib.1:${PORTSDIR}/graphics/imlib -WRKSRC= $(WRKDIR)/Eterm-DR-0.7 USE_GMAKE= yes -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +#ALL_TARGET= FreeBSD MAN1= Eterm.1 -ALL_TARGET= FreeBSD post-install: - strip ${PREFIX}/bin/Eterm - chown root.wheel ${PREFIX}/bin/Eterm - chmod 4755 ${PREFIX}/bin/Eterm + strip ${PREFIX}/bin/Eterm-0.8 + chown root.wheel ${PREFIX}/bin/Eterm-0.8 + chmod 4755 ${PREFIX}/bin/Eterm-0.8 .ifndef NOPORTDOCS - ${INSTALL_DATA} ${WRKSRC}/RELNOTES.Eterm ${PREFIX}/share/Eterm + ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.menu ${PREFIX}/share/Eterm ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/Eterm |