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.
32 lines
790 B
Makefile
32 lines
790 B
Makefile
# New ports collection makefile for: fugu
|
|
# Date created: 11 August 2000
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fugu
|
|
PORTVERSION= 1.1.8
|
|
CATEGORIES= net-im python
|
|
MASTER_SITES= http://fugu.gale.org/dist/old/
|
|
|
|
MAINTAINER= peterh@sapros.com
|
|
COMMENT= A graphical client for the Gale instant messaging system
|
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
|
|
|
|
USE_OPENSSL= yes
|
|
USE_PYTHON= yes
|
|
USE_XLIB= yes
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= autoconf:213
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL=""
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|