2001-11-01 09:20:56 +01:00
|
|
|
# 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
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 6
|
2001-11-01 09:20:56 +01:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
|
2001-11-01 09:20:56 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A small C++ tools library based on STL
|
2001-11-01 09:20:56 +01:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2001-12-08 21:46:20 +01:00
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2001-12-08 21:46:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-30 19:11:13 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2005-10-12 11:05:07 +02:00
|
|
|
MAKE_ENV+= SED="sed"
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-11-01 09:20:56 +01:00
|
|
|
|
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>
|