1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/eterm/Makefile

49 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: eterm
# Date created: 24 November 1997
2000-10-03 11:54:47 +00:00
# Whom: Murray Stokely <murray@freebsd.org>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= eterm
PORTVERSION= 0.8.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= eterm
2000-04-13 19:19:05 +00:00
DISTNAME= Eterm-${PORTVERSION}
MAINTAINER= olgeni@FreeBSD.org
BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
USE_GMAKE= yes
USE_X_PREFIX= yes
2000-10-05 06:57:56 +00:00
USE_IMLIB= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAN1= Eterm.1
.if ( defined(KANJI) )
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-kanji
.endif
# 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:
@${CHMOD} 4711 ${PREFIX}/bin/Eterm
.ifndef NOPORTDOCS
@${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
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm.1.html ${PREFIX}/share/doc/Eterm
1998-02-23 15:38:53 +00:00
.endif
.include <bsd.port.mk>