mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
31 lines
602 B
Makefile
31 lines
602 B
Makefile
# Created by: Jeremy Norris <ishmael27@home.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libast
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.eterm.org/download/ \
|
|
CRITICAL
|
|
|
|
MAINTAINER= rodrigo@bebik.net
|
|
COMMENT= A library of assorted spiffy things
|
|
|
|
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USES= pathfix
|
|
USE_EFL= imlib2
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
|
CONFIGURE_ARGS= --enable-mmx
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|