33d25e5557
- Drop .la files, no dependees require them
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/liboil/Makefile,v 1.7 2008/03/23 06:57:57 marcus Exp $
|
|
|
|
PORTNAME= liboil
|
|
PORTVERSION= 0.3.17
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://liboil.freedesktop.org/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library of optimized inner loops
|
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
|
|
USES= libtool pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
--disable-glib
|
|
CFLAGS:= ${CFLAGS:N-O*} -O2
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|\\$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|