Support CFLAGS/CXXFLAGS properly

Do not install useless .la files

PR:		42889
Submitted by:	Ports Fury
This commit is contained in:
Peter Pentchev 2002-09-18 14:32:32 +00:00
parent b6a25a368b
commit e08fa0da38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66609
2 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= log4c
PORTVERSION= 1.0.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.cimai.com/opensource/log4c/
@ -19,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes

View File

@ -14,9 +14,8 @@ include/log4c/location_info.h
include/log4c/logging_event.h
include/log4c/priority.h
include/log4c/version.h
@dirrm include/log4c
lib/liblog4c.a
lib/liblog4c.la
lib/liblog4c.so
lib/liblog4c.so.1
share/aclocal/log4c.m4
@dirrm include/log4c