freebsd-ports/devel/libast/Makefile
Dmitry Marakasov 63d0ab27e8 - Switch to USES=libtool, drop .la files
- Use correct LICENSE

Approved by:	portmgr blanket
2014-07-23 09:41:11 +00:00

34 lines
666 B
Makefile

# Created by: Jeremy Norris <ishmael27@home.com>
# $FreeBSD$
PORTNAME= libast
PORTVERSION= 0.7
PORTREVISION= 12
CATEGORIES= devel
MASTER_SITES= http://www.eterm.org/download/ \
CRITICAL
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library of assorted spiffy things
LICENSE= MIT
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USE_EFL= imlib2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USES= libtool pathfix
.include <bsd.port.pre.mk>
.if defined(WITH_MMX) && (${ARCH} == "i386")
CONFIGURE_ARGS= --enable-mmx
.endif
post-build:
@${STRIP_CMD} ${WRKSRC}/src/.libs/libast.so.2
.include <bsd.port.post.mk>