diff options
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile new file mode 100644 index 000000000000..72c51318b800 --- /dev/null +++ b/x11-wm/icewm/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: icewm +# Version required: 0.8.6 +# Date created: 10 August 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $Id$ +# + +DISTNAME= icewm-0.8.6 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/window-managers +EXTRACT_SUFX= .src.tar.gz + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +USE_X11= yes + +.include <bsd.port.mk> |