mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ae827a9a31
- Remove substitutions that have no effect. PR: ports/181504 [1] Submitted by: nork [1]
29 lines
641 B
Makefile
29 lines
641 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
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://liboil.freedesktop.org/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library of optimized inner loops
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= ltverhack
|
|
USE_AUTOTOOLS= libtool
|
|
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>
|