pkgsrc/devel/libast/Makefile
jlam ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00

30 lines
710 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/02/14 17:21:37 jlam Exp $
DISTNAME= libast-0.5
PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://www.eterm.org/download/
MAINTAINER= gendalia@NetBSD.org
HOMEPAGE= http://freshmeat.net/projects/libast/?topic_id=809%2C861
COMMENT= The Library of Assorted Spiffy Things
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
TEST_TARGET= test
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386" && ${USE_MMX} != "NO"
CONFIGURE_ARGS+= --enable-mmx
.endif
BUILD_DEFS+= USE_MMX
.if ${OPSYS} == "SunOS"
LDFLAGS+=-lresolv
.endif
.include "../../devel/pcre/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"