mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Stage support
- Convert to USES
This commit is contained in:
parent
e240644d97
commit
60473e7015
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341917
@ -13,15 +13,13 @@ LICENSE= LGPL21 GPLv3
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USES= pkgconfig gmake
|
||||
USE_AUTORECONF= yes
|
||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||
ACLOCAL_ARGS= -I.
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
||||
${WRKSRC}/Makefile.am
|
||||
|
@ -16,5 +16,4 @@ USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_MYSQL= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,8 +15,7 @@ USE_BZIP2= yes
|
||||
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USES= pkgconfig gmake
|
||||
USE_GNOME= gnomehack glib20
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
@ -25,7 +24,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user