mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 2 additions and 7 deletions
|
@ -13,15 +13,13 @@ LICENSE= LGPL21 GPLv3
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig gmake
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_AUTORECONF= yes
|
USE_AUTORECONF= yes
|
||||||
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
||||||
ACLOCAL_ARGS= -I.
|
ACLOCAL_ARGS= -I.
|
||||||
AUTOMAKE_ARGS= --add-missing
|
AUTOMAKE_ARGS= --add-missing
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
||||||
${WRKSRC}/Makefile.am
|
${WRKSRC}/Makefile.am
|
||||||
|
|
|
@ -16,5 +16,4 @@ USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_MYSQL= yes
|
USE_MYSQL= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -15,8 +15,7 @@ USE_BZIP2= yes
|
||||||
|
|
||||||
.if !defined(REFERENCE_PORT)
|
.if !defined(REFERENCE_PORT)
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig gmake
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_GNOME= gnomehack glib20
|
USE_GNOME= gnomehack glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
|
@ -25,7 +24,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue