1999-01-26 03:25:16 +00:00
|
|
|
# New ports collection makefile for: aterm
|
|
|
|
# Date created: 17 January 1999
|
1999-08-14 09:11:55 +00:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-01-26 03:25:16 +00:00
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1999-01-26 03:25:16 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= aterm
|
2007-10-02 12:11:29 +00:00
|
|
|
PORTVERSION= 1.0.1
|
2009-07-18 11:11:29 +00:00
|
|
|
PORTREVISION= 3
|
2001-04-22 05:10:50 +00:00
|
|
|
CATEGORIES+= x11 # `+=' is for slave ports
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
MASTER_SITES= SF
|
1999-01-26 03:25:16 +00:00
|
|
|
|
2003-12-15 18:38:04 +00:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-03-07 06:36:20 +00:00
|
|
|
COMMENT= A color vt102 terminal emulator with transparency support
|
1999-01-26 03:25:16 +00:00
|
|
|
|
2008-03-24 17:02:27 +00:00
|
|
|
USE_XORG= xpm
|
1999-01-26 03:25:16 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-04-22 05:10:50 +00:00
|
|
|
# `+=' is for slave ports
|
2005-08-30 12:04:06 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-transparency \
|
|
|
|
--enable-fading --enable-utmp --enable-wtmp \
|
|
|
|
--without-afterstep-config
|
2004-02-13 12:57:51 +00:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
2004-06-23 15:34:52 +00:00
|
|
|
|
2005-08-30 12:04:06 +00:00
|
|
|
.if !defined(WITHOUT_BACKGROUND_IMAGE)
|
|
|
|
LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
|
|
|
|
CONFIGURE_ARGS+= --enable-background-image
|
|
|
|
.endif
|
|
|
|
|
2004-06-23 15:34:52 +00:00
|
|
|
.if !defined(WITHOUT_PNG)
|
|
|
|
CONFIGURE_ARGS+= --with-png
|
|
|
|
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-png=no
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_JPEG)
|
|
|
|
CONFIGURE_ARGS+= --with-jpeg
|
2009-07-18 11:11:29 +00:00
|
|
|
LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg
|
2004-06-23 15:34:52 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-jpeg=no
|
|
|
|
.endif
|
|
|
|
|
2004-02-13 12:57:51 +00:00
|
|
|
.if !defined(WITH_BSDEL)
|
|
|
|
CONFIGURE_ARGS+= --disable-backspace-key --disable-delete-key
|
|
|
|
.endif
|
1999-05-09 16:19:57 +00:00
|
|
|
|
2000-07-03 03:14:54 +00:00
|
|
|
.if defined(WITH_MENUBAR)
|
2004-02-13 12:57:51 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-menubar
|
2000-07-03 03:14:54 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_NEXTSCROLL)
|
2004-02-13 12:57:51 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-next-scroll
|
2000-07-03 03:14:54 +00:00
|
|
|
.endif
|
|
|
|
|
2005-08-29 12:58:42 +00:00
|
|
|
.if defined(WITH_KANJI)
|
|
|
|
CONFIGURE_ARGS+= --enable-kanji
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_BIG5)
|
|
|
|
CONFIGURE_ARGS+= --enable-big5
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_GREEK)
|
|
|
|
CONFIGURE_ARGS+= --enable-greek
|
|
|
|
.endif
|
|
|
|
|
1999-01-26 03:25:16 +00:00
|
|
|
MAN1= aterm.1
|
|
|
|
|
1999-09-02 03:23:54 +00:00
|
|
|
post-install:
|
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/aterm
|
|
|
|
|
1999-01-26 03:25:16 +00:00
|
|
|
.include <bsd.port.mk>
|