2001-09-07 19:54:19 +00:00
|
|
|
# ports collection makefile for: libast
|
|
|
|
# Date created: 7 September 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libast
|
2006-03-11 17:48:38 +00:00
|
|
|
PORTVERSION= 0.7
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 2
|
2001-09-07 19:54:19 +00:00
|
|
|
CATEGORIES= devel
|
2006-03-15 14:55:52 +00:00
|
|
|
MASTER_SITES= http://critical.ch/distfiles/ \
|
|
|
|
http://www.eterm.org/download/
|
2001-09-07 19:54:19 +00:00
|
|
|
|
2002-06-04 01:38:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= A library of assorted spiffy things
|
2001-09-07 19:54:19 +00:00
|
|
|
|
2002-10-14 16:14:52 +00:00
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
2007-03-11 08:51:14 +00:00
|
|
|
Imlib2.4:${PORTSDIR}/graphics/imlib2
|
2001-09-07 19:54:19 +00:00
|
|
|
|
2007-02-10 06:05:06 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2001-09-07 19:54:19 +00:00
|
|
|
USE_X_PREFIX= yes
|
2004-08-08 15:53:01 +00:00
|
|
|
USE_GNOME= gnomehack
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-14 16:14:52 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-08-14 22:55:18 +00:00
|
|
|
USE_LDCONFIG= yes
|
2001-09-07 19:54:19 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
|
|
|
CONFIGURE_ARGS= --enable-mmx
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|