diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 09:08:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 09:08:40 +0800 |
commit | 6a57931447c1efd53ab5263fb12d3990d66a077c (patch) | |
tree | 7040216ffecc6011e551992e3d15de45cd432a76 /graphics/scwm-icons/Makefile | |
parent | aa33c1c1b0250c31bcdd31b3e0ae86a25254a0f9 (diff) | |
download | freebsd-ports-gnome-6a57931447c1efd53ab5263fb12d3990d66a077c.tar.gz freebsd-ports-gnome-6a57931447c1efd53ab5263fb12d3990d66a077c.tar.zst freebsd-ports-gnome-6a57931447c1efd53ab5263fb12d3990d66a077c.zip |
Import of scwm-icons version 0.8.
An icon collection for the scwm window manager.
PR: 6235
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Diffstat (limited to 'graphics/scwm-icons/Makefile')
-rw-r--r-- | graphics/scwm-icons/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/scwm-icons/Makefile b/graphics/scwm-icons/Makefile new file mode 100644 index 000000000000..7fa71557204f --- /dev/null +++ b/graphics/scwm-icons/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: scwm-icons +# Version required: 0.8 +# Date created: 07 April 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $Id$ +# + +DISTNAME= scwm-icons-0.8 +CATEGORIES= graphics +MASTER_SITES= ftp://huis-clos.mit.edu/pub/scwm/ + +MAINTAINER= Nakai@technologist.com + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes + +NO_BUILD= yes + +.include <bsd.port.mk> |