freeciv: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:33:43 +00:00
parent 06a1b1df7c
commit 60dd453d3e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 3355 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33Z9wHrSHvXV5/5RDX8cEB/U5e6ygVuURJaZ+7VGb/MJeNoUuYPFDXjAWL91PuMo8l+IqH46spUt3UT4LZrACQE=
SHA256 (Pkgfile) = 14a23efe1809128eda120b619d0066ebc4bb3e2b5a5284684a43ed30016cbb97
SHA256 (.footprint) = bb0fc15376f5c4448bac0e9f99a4e72df912f26c5260413524e5dbad4cbd3ead
SHA256 (freeciv-2.6.3.tar.bz2) = 77432e027557a9eb407dac730ae9810ee172abe37111deb017fe72b8183ff8d1

View File

@ -1,25 +0,0 @@
# Description: Free Civilisation Clone
# URL: http://www.freeciv.org
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: gtk3 sdl2_mixer xorg-libxaw xorg-libxpm
name=freeciv
version=2.6.3
release=1
source=(http://prdownloads.sf.net/freeciv/$name-$version.tar.bz2)
build() {
cd $name-$version
CFLAGS+=' -Wno-cpp' \
./configure --prefix=/usr \
--enable-shared \
--enable-client=gtk3 \
--enable-fcmp=gtk3 \
--without-ggz-client \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{locale,doc}
find $PKG -iname '*readme*' -exec rm -fr '{}' \+
}