mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert to USES=dos2unix and USES=libtool
This commit is contained in:
parent
cab6c4c66c
commit
d288c58062
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355277
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libofa
|
||||
PORTVERSION= 0.9.3
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -22,12 +22,11 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
PROJECTHOST= musicip-libofa
|
||||
USE_DOS2UNIX= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix
|
||||
USES= dos2unix libtool pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/ofa1/ofa.h
|
||||
lib/libofa.a
|
||||
lib/libofa.la
|
||||
lib/libofa.so
|
||||
lib/libofa.so.0
|
||||
lib/libofa.so.0.0.0
|
||||
libdata/pkgconfig/libofa.pc
|
||||
@dirrm include/ofa1
|
||||
|
Loading…
Reference in New Issue
Block a user