diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-18 22:02:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-18 22:02:17 +0000 |
commit | a1371baacfc94df6340f67466319734dc5362923 (patch) | |
tree | 7e31dac9984af87d7cca1a71570e38aaa769764c /games/gnome-chess/Makefile | |
parent | 79da861ec4b9f35eff1e05722e5596f1765ac710 (diff) | |
download | pkgsrc-a1371baacfc94df6340f67466319734dc5362923.tar.gz |
Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
Diffstat (limited to 'games/gnome-chess/Makefile')
-rw-r--r-- | games/gnome-chess/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile deleted file mode 100644 index 398324e513b..00000000000 --- a/games/gnome-chess/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.33 2005/04/11 21:45:50 tv Exp $ - -DISTNAME= gnome-chess-0.3.3 -PKGREVISION= 15 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-chess/0.3/} - -MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://www.gnome.org/softwaremap/projects/gnome-chess/ -COMMENT= GNOME\'s graphical interface for playing chess - -USE_DIRS+= gnome1-1.5 -USE_PKGLOCALEDIR= yes -USE_X11BASE= yes -GNU_CONFIGURE= yes - -.include "../../textproc/scrollkeeper/omf.mk" -.include "../../x11/gnome-core/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" - -.if ${OPSYS} == "SunOS" -LEX= lex -CONFIGURE_ENV+= LEX=${LEX} -.endif |