1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/x11-wm/ion-2/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

38 lines
781 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= 3
CATEGORIES= x11-wm
MASTER_SITES= http://modeemi.fi/~tuomov/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tiling tabbed window manager
CONFLICTS= ion-2002* ion-devel-* pwm-*
USE_XORG= x11 xext xinerama
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>