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.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# New ports collection makefile for: libXaw
|
|
# Date Created: 25 Jan, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXaw
|
|
PORTVERSION= 7.0.2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Athena Widgets library
|
|
|
|
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
|
|
${X11BASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt \
|
|
${X11BASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \
|
|
${X11BASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm
|
|
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
|
|
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
|
|
${LIB_PC_DEPENDS}
|
|
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
|
|
|
CONFLICTS= XFree86-libraries-* xorg-libraries-*
|
|
|
|
USE_BZIP2= yes
|
|
PREFIX?= ${X11BASE}
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:13
|
|
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
|
INSTALLS_SHLIB= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
MAN3= Xaw.3
|
|
|
|
.include <bsd.port.mk>
|