mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Convert to new options framework
- Enable proper PORTDOCS support - Drop maintainership
This commit is contained in:
parent
5010bdcc34
commit
e31ee58229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330919
2 changed files with 43 additions and 46 deletions
|
@ -1,38 +1,35 @@
|
||||||
# Created by: Marcus von Appen
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= liblingoteach
|
PORTNAME= liblingoteach
|
||||||
PORTVERSION= 0.2.1
|
PORTVERSION= 0.2.1
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= SF/lingoteach/OldFiles
|
MASTER_SITES= SF/lingoteach/OldFiles
|
||||||
|
|
||||||
MAINTAINER= mva@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A library for parsing lesson files based on the LingoTeach DTD
|
COMMENT= Library for parsing lesson files based on the LingoTeach DTD
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
USES= gmake pathfix pkgconfig
|
USES= gmake pathfix pkgconfig
|
||||||
USE_GNOME= libxml2
|
USE_GNOME= libxml2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.if defined(WITH_COMP)
|
|
||||||
CONFIGURE_ARGS+= --with-compression
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(WITH_DEBUG)
|
|
||||||
CONFIGURE_ARGS+= --enable-debug
|
|
||||||
.endif
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
pre-everything::
|
|
||||||
@${ECHO_MSG} ""
|
OPTIONS_DEFINE= DOCS ZLIB DEBUG
|
||||||
@${ECHO_MSG} "liblingoteach can be used with the following switches:"
|
OPTIONS_DEFAULT= ZLIB
|
||||||
@${ECHO_MSG} ""
|
|
||||||
@${ECHO_MSG} " WITH_COMP=yes Enables zlib compression of"
|
DEBUG_DESC= Additional debugging information and output
|
||||||
@${ECHO_MSG} " the lesson files"
|
|
||||||
@${ECHO_MSG} " WITH_DEBUG=yes Enables additional debugging"
|
ZLIB_CONFIGURE_WITH= compression
|
||||||
@${ECHO_MSG} " information and output"
|
DEBUG_CONFIGURE_ENABLE= debug
|
||||||
@${ECHO_MSG} ""
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if !${PORT_OPTIONS:MDOCS}
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} 's|SUBDIRS = src test doc|SUBDIRS = src test|' \
|
||||||
|
${WRKSRC}/Makefile.in
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -5,28 +5,28 @@ lib/liblingoteach.la
|
||||||
lib/liblingoteach.so
|
lib/liblingoteach.so
|
||||||
lib/liblingoteach.so.3
|
lib/liblingoteach.so.3
|
||||||
libdata/pkgconfig/liblingoteach.pc
|
libdata/pkgconfig/liblingoteach.pc
|
||||||
share/doc/liblingoteach/html/a00010.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html
|
||||||
share/doc/liblingoteach/html/a00011.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00011.html
|
||||||
share/doc/liblingoteach/html/a00012.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00012.html
|
||||||
share/doc/liblingoteach/html/a00013.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html
|
||||||
share/doc/liblingoteach/html/a00014.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00014.html
|
||||||
share/doc/liblingoteach/html/a00015.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html
|
||||||
share/doc/liblingoteach/html/a00016.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00016.html
|
||||||
share/doc/liblingoteach/html/a00017.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html
|
||||||
share/doc/liblingoteach/html/a00018.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/a00018.html
|
||||||
share/doc/liblingoteach/html/annotated.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
|
||||||
share/doc/liblingoteach/html/classes.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/classes.html
|
||||||
share/doc/liblingoteach/html/doxygen.css
|
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
|
||||||
share/doc/liblingoteach/html/doxygen.png
|
%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
|
||||||
share/doc/liblingoteach/html/files.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/files.html
|
||||||
share/doc/liblingoteach/html/functions.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
|
||||||
share/doc/liblingoteach/html/functions_vars.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
|
||||||
share/doc/liblingoteach/html/globals.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
|
||||||
share/doc/liblingoteach/html/globals_enum.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html
|
||||||
share/doc/liblingoteach/html/globals_eval.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html
|
||||||
share/doc/liblingoteach/html/globals_func.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
|
||||||
share/doc/liblingoteach/html/globals_type.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/globals_type.html
|
||||||
share/doc/liblingoteach/html/index.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
|
||||||
@dirrm share/doc/liblingoteach/html
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||||
@dirrm share/doc/liblingoteach
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
@dirrm include/lingoteach
|
@dirrm include/lingoteach
|
||||||
|
|
Loading…
Add table
Reference in a new issue