freebsd-ports/devel/ixlib/Makefile

33 lines
656 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: ixlib
# Date created: Nov 1, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ixlib
PORTVERSION= 0.96.2
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A small C++ tools library based on STL
USE_GETTEXT= yes
USE_GMAKE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include
2005-10-12 11:05:07 +02:00
MAKE_ENV+= SED="sed"
USE_LDCONFIG= yes
2004-02-23 06:16:56 +01:00
.include <bsd.port.pre.mk>
2005-10-12 11:05:07 +02:00
pre-configure:
${CP} ${LTMAIN} ${WRKSRC}
2004-02-23 06:16:56 +01:00
.include <bsd.port.post.mk>