aboutsummaryrefslogtreecommitdiff
path: root/devel/ixlib/Makefile
blob: e94c920c19ea3609e0b1a199a870c1a7860bfb2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: 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
COMMENT=	A small C++ tools library based on STL

USES=		gettext
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=	${CFLAGS} -I${LOCALBASE}/include
MAKE_ENV+=	SED="sed"
USE_LDCONFIG=	yes

NO_STAGE=	yes
.include <bsd.port.pre.mk>

pre-configure:
	${CP} ${LTMAIN} ${WRKSRC}

.include <bsd.port.post.mk>