Changeset View
Changeset View
Standalone View
Standalone View
devel/libelf/Makefile
Show All 16 Lines | |||||
EXTENDED_DESC= ELF format extensions | EXTENDED_DESC= ELF format extensions | ||||
SANITY_DESC= Avoid loading invalid ELF files | SANITY_DESC= Avoid loading invalid ELF files | ||||
.include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
CONFIGURE_ARGS+= --enable-shared --disable-compat | CONFIGURE_ARGS+= --enable-shared --disable-compat | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
USES= desthack | USES= desthack pathfix | ||||
.if ${PORT_OPTIONS:MNLS} | .if ${PORT_OPTIONS:MNLS} | ||||
CPPFLAGS+= -I${LOCALBASE}/include | CPPFLAGS+= -I${LOCALBASE}/include | ||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl | LDFLAGS+= -L${LOCALBASE}/lib -lintl | ||||
CONFIGURE_ARGS+= --enable-nls | CONFIGURE_ARGS+= --enable-nls | ||||
USES+= gettext | USES+= gettext | ||||
PLIST_SUB+= GETTEXT="" | PLIST_SUB+= GETTEXT="" | ||||
.else | .else | ||||
Show All 17 Lines |