freebsd-ports/x11/eterm/Makefile

54 lines
1.3 KiB
Makefile
Raw Normal View History

# 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>
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= eterm
PORTVERSION= 0.9.2
2001-10-11 13:56:51 +02:00
CATEGORIES+= x11
MASTER_SITES= http://www.eterm.org/download/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-04-13 21:19:05 +02:00
DISTNAME= Eterm-${PORTVERSION}
MAINTAINER?= olgeni@FreeBSD.org
2003-02-23 11:51:29 +01:00
COMMENT?= X11 terminal emulator based on rxvt/xterm
BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \
2002-10-26 10:29:26 +02:00
ast.2:${PORTSDIR}/devel/libast
USE_X_PREFIX= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS?=--enable-trans --enable-utmp \
--enable-xim --with-theme-update \
--with-backspace=bs --without-terminfo \
--enable-multi-charset
MAN1= Eterm.1
.include <bsd.port.pre.mk>
.if defined(WITH_MMX) && (${ARCH} == "i386")
CONFIGURE_ARGS+=--enable-mmx
.endif
post-patch:
@${RM} ${WRKSRC}/themes/Eterm/*.orig
@${RM} ${WRKSRC}/themes/auto/*.orig
@${RM} ${WRKSRC}/themes/trans/*.orig
1998-02-23 16:38:53 +01:00
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/Eterm
2001-02-17 23:28:10 +01:00
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/Eterm
@${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
2001-02-17 23:28:10 +01:00
@${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm
1998-02-23 16:38:53 +01:00
.endif
.include <bsd.port.post.mk>