# ports collection makefile for: libast # Date created: 7 September 2001 # Whom: Jeremy Norris # # $FreeBSD: ports/devel/libast/Makefile,v 1.23 2007/05/19 20:03:04 flz Exp $ # PORTNAME= libast PORTVERSION= 0.7 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://critical.ch/distfiles/ \ http://www.eterm.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A library of assorted spiffy things LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ Imlib2.4:${PORTSDIR}/graphics/imlib2 USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes .include .if defined(WITH_MMX) && (${ARCH} == "i386") CONFIGURE_ARGS= --enable-mmx .endif .include