blob: 4d3c625ad22fa8978bfe74e2ef54c0e8a1c26647 (
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
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: ion-devel
# Date created: 20 August 2003
# Whom: anthony.ginepro@laposte.net
# Original ion port: ricci@cs.utah.edu
#
# $FreeBSD$
#
PORTNAME= ion-2
PORTVERSION= 20040601
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/
MAINTAINER= anthony.ginepro@laposte.net
COMMENT= Ion is a tiling tabbed window manager
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \
lua.5:${PORTSDIR}/lang/lua
CONFLICTS= ion-2002* ion-devel-* pwm-*
USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
USE_GMAKE= yes
MAN1= ion.1 pwm.1
DOCSDIR= share/doc/ion
# NO, I don't want to use configure but ion's author system.mk
do-configure:
.include <bsd.port.mk>
|