diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-20 21:42:25 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-20 21:42:25 +0000 |
commit | ef2eabb24aa176f7d25969466d2448c5204fc108 (patch) | |
tree | 951e555a0ce8a29dd0ba6326a313f6b95a7f502b /x11-wm/ion-2/Makefile | |
parent | e3d4cd38b1535e2209950563c34093382db81f09 (diff) |
Notes
Diffstat (limited to 'x11-wm/ion-2/Makefile')
-rw-r--r-- | x11-wm/ion-2/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-wm/ion-2/Makefile b/x11-wm/ion-2/Makefile new file mode 100644 index 000000000000..6a4fcc1a265c --- /dev/null +++ b/x11-wm/ion-2/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> |