mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Convert to USES=libtool
This commit is contained in:
parent
c11945e12c
commit
e5e0ce74a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345923
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libmwaw
|
||||
PORTVERSION= 0.1.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -19,10 +20,10 @@ OPTIONS_DEFINE= DOCS
|
||||
CONFIGURE_ARGS= --disable-werror
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_XZ= yes
|
||||
USES= pkgconfig pathfix
|
||||
USES= libtool pkgconfig pathfix
|
||||
|
||||
PORTDOCS= *
|
||||
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
||||
|
@ -10,6 +10,7 @@ lib/libmwaw-0.1.a
|
||||
lib/libmwaw-0.1.la
|
||||
lib/libmwaw-0.1.so
|
||||
lib/libmwaw-0.1.so.1
|
||||
lib/libmwaw-0.1.so.1.0.11
|
||||
libdata/pkgconfig/libmwaw-0.1.pc
|
||||
@dirrm include/libmwaw-0.1/libmwaw
|
||||
@dirrm include/libmwaw-0.1
|
||||
|
Loading…
Reference in New Issue
Block a user