in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
36 lines
785 B
Makefile
36 lines
785 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
|
|
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= lua.5:${PORTSDIR}/lang/lua
|
|
|
|
CONFLICTS= ion-2002* ion-devel-* pwm-*
|
|
|
|
USE_AUTOTOOLS= libltdl:15 libtool:15
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= DEFINES="${IONDEFINES}"
|
|
|
|
.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>
|