blob: 55eb3913548b79b5d3186694267c4476525f0007 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: ion
# Date created: 20 January 2001
# Whom: ricci@cs.utah.edu
#
# $FreeBSD$
#
PORTNAME= ion
PORTVERSION= 20020207
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/dl/archives/
MAINTAINER= ricci@cs.utah.edu
COMMENT= A window manager with a text-editorish, keyboard friendly interface
CONFLICTS= ion-2-*
MAN1= ion.1x
USE_XORG= x11
USE_GMAKE= yes
.include <bsd.port.mk>
|