diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-07 07:44:38 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-07 07:44:38 +0000 |
commit | ef0afde49351c5be6555366676dce76cbfe19122 (patch) | |
tree | 06bdf9638cc33b9b4c3ed4613c9095fff136f873 /games/dontspace/Makefile | |
parent | a029cbf0c8bf444b9eb1242cb39fe93d1e5e233c (diff) |
Notes
Diffstat (limited to 'games/dontspace/Makefile')
-rw-r--r-- | games/dontspace/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile new file mode 100644 index 000000000000..de096d500bd4 --- /dev/null +++ b/games/dontspace/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: dontspace +# Version required: 1.2 +# Date created: 26-Apr-97 +# Whom: johnh@isi.edu +# +# $Id$ +# + +DISTNAME= dontspace-1.2 +CATEGORIES= games +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ + +MAINTAINER= johnh@isi.edu + +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 + +GNU_CONFIGURE= Yes +CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ + --mandir=${PREFIX}/man +MAN6= dontspace.6 + +.include <bsd.port.mk> |