# Description: A modern terminal emulator # URL: https://docs.xfce.org/apps/terminal/start # Maintainer: David L. Craig, dlc dot usa at gmail dot com # Depends on: exo vte3 # Xfce git (https://git.xfce.org/) group: apps xfcerel=4.14 name=xfce4-terminal version=0.8.9.1 versdir=0.8 release=1 source=(http://archive.xfce.org/src/apps/$name/$versdir/$name-$version.tar.bz2 xfce_$xfcerel.$name ) build () { # The port's pre-install script ensured the build and/or deploy system is in the # right state to build and/or deploy this port. # Establish the $xfcerel $name file for this port: install -d -m0755 -groot -oroot $PKG/var/lib/pkg/xfce/$xfcerel install -T -m0644 -groot -oroot $SRC/xfce_$xfcerel.$name \ $PKG/var/lib/pkg/xfce/$xfcerel/$name # Build the canonical package: cd $name-$version ./configure --prefix=/usr \ --disable-nls \ --mandir=/usr/share/man \ --libexecdir=/usr/bin \ --docdir=/usr/share/Terminal/doc make -j1 make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale rm -rf $PKG/usr/share/gnome* rm -rf $PKG/usr/share/Terminal/doc/{??,??_??} rm -rf $PKG/usr/share/man/{??,??_??} }