diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-31 06:33:48 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-31 06:33:48 +0000 |
commit | d69d4b43d9e07af3ab1d7050634e0da6aea38d32 (patch) | |
tree | 3aa5cec32ab0d59d8dc635b82714380bd684007e /games/wmeyes/Makefile | |
parent | Added wmnetselect (diff) |
The world's most useless WindowMaker dock app.
PR: ports/10730
Submitted by: Byron Brummer byron@thrush.omix.com
Diffstat (limited to '')
-rw-r--r-- | games/wmeyes/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/wmeyes/Makefile b/games/wmeyes/Makefile new file mode 100644 index 000000000000..3217bf363973 --- /dev/null +++ b/games/wmeyes/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: wmeyes +# Version required: 1.0 +# Date created: 18 March 1999 +# Whom: Zenin <zenin@archive.rhps.org> +# +# $Id$ +# + +DISTNAME= wmeyes-1.0 +CATEGORIES= games +MASTER_SITES= ftp://thrush.omix.com/pub/misc/ + +MAINTAINER= zenin@archive.rhps.org + +USE_IMAKE= yes + +.include <bsd.port.mk> |