diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-07 07:41:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-07 07:41:50 +0000 |
commit | a029cbf0c8bf444b9eb1242cb39fe93d1e5e233c (patch) | |
tree | eb0ef0a922a032b5ec1e18153319d453c3081178 /games/klondike/Makefile | |
parent | No need to use "+=" to define MAKE_ENV. (diff) |
Import of a klondike port. Klondike is a solitaire game for X11.
Submitted by: John Heidemann <johnh@isi.edu>
Diffstat (limited to 'games/klondike/Makefile')
-rw-r--r-- | games/klondike/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile new file mode 100644 index 000000000000..299fe359534e --- /dev/null +++ b/games/klondike/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: klondike +# Version required: 1.8 +# Date created: 26-Apr-97 +# Whom: johnh@isi.edu +# +# $Id$ +# + +DISTNAME= klondike-1.8 +CATEGORIES= games +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ + +MAINTAINER= johnh@isi.edu + +GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ + --mandir=${PREFIX}/man +MAN6= klondike.6 + +.include <bsd.port.mk> |