PKGNAME=rxvt-unicode
PKGSEC=utils
PKGDES="Customizable terminal emulator forked from rxvt"
PKGDEP="perl x11-lib libptytty"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--enable-256-color'
    '--enable-combining'
    '--enable-fading'
    '--enable-font-styles'
    '--enable-iso14755'
    '--enable-keepscrolling'
    '--enable-mousewheel'
    '--enable-next-scroll'
    '--enable-perl'
    '--enable-rxvt-scroll'
    '--enable-selectionscrolling'
    '--enable-slipwheeling'
    '--disable-smart-resize'
    '--enable-startup-notification'
    '--enable-transparency'
    '--enable-unicode3'
    '--enable-xft'
    '--enable-xim'
    '--enable-xterm-scroll'
    '--disable-pixbuf'
    '--disable-frills'
)
AUTOTOOLS_AFTER__RETRO=(
    "${AUTOTOOLS_AFTER[@]}"
    '--disable-startup-notification'
)
