d5fa35d160
PR: ports/104929 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer timeout (3 weeks)
37 lines
788 B
Makefile
37 lines
788 B
Makefile
# New ports collection makefile for: ion-2
|
|
# Date created: 20 August 2003
|
|
# Whom: anthony.ginepro@laposte.net
|
|
# Original ion port: ricci@cs.utah.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ion-2
|
|
PORTVERSION= 20040729
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://modeemi.fi/~tuomov/dl/
|
|
|
|
MAINTAINER= anthony.ginepro@laposte.net
|
|
COMMENT= Ion is a tiling tabbed window manager
|
|
|
|
CONFLICTS= ion-2002* ion-devel-* pwm-*
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15 libltdl:15
|
|
USE_LUA= 5.0
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= DEFINES="${IONDEFINES}"
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if !defined(WITH_MULTIBYTE)
|
|
IONDEFINES+= -DCF_NO_MB_SUPPORT
|
|
.endif
|
|
|
|
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>
|