mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Convert to USES=autoreconf
- Remove USES=libtool:build because this port does not use libtool
This commit is contained in:
parent
87bfc6aa71
commit
0bda2cf7ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369711
@ -19,18 +19,14 @@ GH_COMMIT= 3c551c5
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:c++11-lib libtool:build pkgconfig tar:bzip2
|
||||
USE_AUTOTOOLS= autoconf aclocal automake
|
||||
USES= autoreconf compiler:c++11-lib pkgconfig tar:bzip2
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= COPYING
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKSRC} && ./autogen.sh)
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user