diff options
Diffstat (limited to 'x11-wm/ion/Makefile')
-rw-r--r-- | x11-wm/ion/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/ion/Makefile b/x11-wm/ion/Makefile new file mode 100644 index 00000000000..6a4fcc1a265 --- /dev/null +++ b/x11-wm/ion/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ion +# Date created: 20 January 2001 +# Whom: ricci@cs.utah.edu +# +# $FreeBSD$ +# + +PORTNAME= ion +PORTVERSION= 20010106 +CATEGORIES= x11-wm +MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ + +MAINTAINER= ricci@cs.utah.edu + +MAN1= ion.1x + +USE_X_PREFIX= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |