- add HOMEPAGE
- add license marker - typo in DESCR - make it pass regress target
This commit is contained in:
parent
f9aa0cfec2
commit
33c87c16a9
@ -1,15 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2007/09/15 18:01:03 simon Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2007/12/06 16:07:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
|
||||
|
||||
DISTNAME= xboard-4.2.7
|
||||
DISTNAME= xboard-4.2.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
|
||||
|
||||
HOMEPAGE= http://www.tim-mann.org/xboard.html
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c m
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2003/12/03 21:23:59 naddy Exp $
|
||||
--- Makefile.in.orig 2003-12-03 22:07:53.000000000 +0100
|
||||
+++ Makefile.in 2003-12-03 22:10:22.000000000 +0100
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2007/12/06 16:07:18 ajacoutot Exp $
|
||||
--- Makefile.in.orig Fri Nov 28 22:12:57 2003
|
||||
+++ Makefile.in Thu Dec 6 16:58:57 2007
|
||||
@@ -21,7 +21,7 @@ man6ext = .6
|
||||
# Yuck; the autoconf generated configure script sets an infodir variable
|
||||
# and provides a command-line flag to change it, but the default is
|
||||
@ -10,8 +10,12 @@ $OpenBSD: patch-Makefile_in,v 1.3 2003/12/03 21:23:59 naddy Exp $
|
||||
|
||||
CC = @CC@
|
||||
CFLAGS = @CFLAGS@ @CPPFLAGS@ -DINFODIR=\"$(infodir)\"
|
||||
@@ -63,15 +63,13 @@ default: xboard zic2xpm
|
||||
all: default pseudosource info FAQ html dvi ps
|
||||
@@ -60,18 +60,16 @@ XBOARDOBJ = parser.o xboard.o backend.o moves.o childi
|
||||
|
||||
default: xboard zic2xpm
|
||||
|
||||
-all: default pseudosource info FAQ html dvi ps
|
||||
+all: default pseudosource info FAQ
|
||||
|
||||
install: installdirs default
|
||||
- $(INSTALL_PROGRAM) -s xboard $(bindir)/xboard
|
||||
@ -33,3 +37,12 @@ $OpenBSD: patch-Makefile_in,v 1.3 2003/12/03 21:23:59 naddy Exp $
|
||||
|
||||
installdirs: mkinstalldirs
|
||||
$(srcdir)/mkinstalldirs $(bindir) $(mandir) $(man6dir) $(infodir)
|
||||
@@ -88,7 +86,7 @@ uninstall:
|
||||
clean:
|
||||
rm -f xboard zic2xpm *.o xboard.txt zic2xpm.txt $(LEX_OUTPUT_ROOT).c
|
||||
rm -f xboard*.html xboard.aux* xboard.cp* xboard.dvi xboard.fn*
|
||||
- rm -f xboard.ky* xboard.log xboard.pg* xboard.toc xboard.tp*
|
||||
+ rm -f xboard.kY* xboard.log xboard.pg* xboard.toc xboard.tp*
|
||||
rm -f xboard.vr* xboard.ps
|
||||
|
||||
distclean: clean tidy
|
||||
|
@ -1,3 +1,3 @@
|
||||
Xboard is a graphical chessboard that can serve as a user interface for GNU
|
||||
Chess, for the Internet Chess Server, or for electronic mail correspondence
|
||||
chess. xboard can also be used by itself.
|
||||
chess. Xboard can also be used by itself.
|
||||
|
Loading…
Reference in New Issue
Block a user