18 lines
498 B
Bash
18 lines
498 B
Bash
# Template build file for 'xmh'.
|
|
pkgname=xmh
|
|
version=1.0.3
|
|
revision=3
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel xbitmaps"
|
|
depends="nmh"
|
|
short_desc="Send and read mail with an X interface to MH"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=b92f4f912a5fb6346d52cc2b639aea087b347f3b2e4e1a4fc7a165b1345f5689
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|