mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
463 B
Makefile
25 lines
463 B
Makefile
# 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.cs.tut.fi/~tuomov/dl/
|
|
|
|
MAINTAINER= ricci@cs.utah.edu
|
|
COMMENT= A window manager with a text-editorish, keyboard friendly interface
|
|
|
|
CONFLICTS= ion-2-*
|
|
|
|
MAN1= ion.1x
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|