- Stage support
- Convert to USES
This commit is contained in:
parent
09ddaba7ca
commit
c97ab62e12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342375
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ COMMENT?= The XSLT C library for GNOME
|
||||||
|
|
||||||
.if !defined(REFERENCE_PORT)
|
.if !defined(REFERENCE_PORT)
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME?= gnomehack libxml2
|
USE_GNOME?= gnomehack libxml2
|
||||||
|
@ -29,8 +29,6 @@ LICENSE= MIT
|
||||||
.if defined(MASTERDIR)
|
.if defined(MASTERDIR)
|
||||||
_SLAVE_PORT= yes
|
_SLAVE_PORT= yes
|
||||||
.else
|
.else
|
||||||
MAN3= libexslt.3 libxslt.3
|
|
||||||
MAN1= xsltproc.1
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= MEM_DEBUG CRYPTO
|
OPTIONS_DEFINE= MEM_DEBUG CRYPTO
|
||||||
OPTIONS_DEFAULT=CRYPTO
|
OPTIONS_DEFAULT=CRYPTO
|
||||||
|
@ -38,7 +36,6 @@ MEM_DEBUG_DESC= Enable memory debugging
|
||||||
CRYPTO_DESC= Enable crypto support for exslt
|
CRYPTO_DESC= Enable crypto support for exslt
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMEM_DEBUG}
|
.if ${PORT_OPTIONS:MMEM_DEBUG}
|
||||||
|
|
|
@ -37,6 +37,9 @@ lib/xsltConf.sh
|
||||||
libdata/pkgconfig/libexslt.pc
|
libdata/pkgconfig/libexslt.pc
|
||||||
libdata/pkgconfig/libxslt.pc
|
libdata/pkgconfig/libxslt.pc
|
||||||
share/aclocal/libxslt.m4
|
share/aclocal/libxslt.m4
|
||||||
|
man/man1/xsltproc.1.gz
|
||||||
|
man/man3/libexslt.3.gz
|
||||||
|
man/man3/libxslt.3.gz
|
||||||
@dirrmtry lib/libxslt-plugins
|
@dirrmtry lib/libxslt-plugins
|
||||||
@dirrm include/libxslt
|
@dirrm include/libxslt
|
||||||
@dirrm include/libexslt
|
@dirrm include/libexslt
|
||||||
|
|
Loading…
Reference in a new issue