1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/ixlib/Makefile

37 lines
766 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= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= A small C++ tools library based on STL
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2005-10-12 09:05:07 +00:00
MAKE_ENV+= SED="sed"
INSTALLS_SHLIB= yes
2004-02-23 05:16:56 +00:00
.include <bsd.port.pre.mk>
2004-03-16 22:27:55 +00:00
.if ${ARCH} != "i386" || ${OSVERSION} >= 500000
BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x"
2004-02-23 05:16:56 +00:00
.endif
2005-10-12 09:05:07 +00:00
pre-configure:
${CP} ${LTMAIN} ${WRKSRC}
2004-02-23 05:16:56 +00:00
.include <bsd.port.post.mk>