1
0
forked from ports/contrib

19 lines
437 B
Plaintext
Raw Normal View History

2007-06-06 17:14:08 +10:00
# Description: A program to display messages from the command line, a file or standard input in a window.
2007-12-12 21:16:22 +11:00
# URL: http://xorg.freedesktop.org/
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: xorg-libxaw
2007-06-06 17:14:08 +10:00
name=xmessage
2022-07-24 08:22:56 +02:00
version=1.0.6
2007-06-06 17:14:08 +10:00
release=1
2022-07-24 08:22:56 +02:00
source=(https://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.xz)
2007-06-06 17:14:08 +10:00
build() {
cd $name-$version
2018-01-31 21:20:05 +11:00
./configure --prefix=/usr
2007-06-06 17:14:08 +10:00
make
make DESTDIR=$PKG install
}