54a0b86543
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.
30 lines
656 B
Makefile
30 lines
656 B
Makefile
# New ports collection makefile for: olirc
|
|
# Date created: Sat Jul 24 03:04:46 MET DST 1999
|
|
# Whom: Juergen Lock <nox@jelal.kn-bremen.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= olirc
|
|
PORTVERSION= 0.0.38.a3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://olirc.sourceforge.net/
|
|
DISTNAME= olirc-0.0.38-alpha-3.2
|
|
|
|
MAINTAINER= nox@jelal.kn-bremen.de
|
|
COMMENT= A small irc client using GTK+
|
|
|
|
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
|
|
|
|
PLIST_FILES= bin/olirc
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
USE_AUTOTOOLS= autoconf:213
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/olirc ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|