freebsd-ports/textproc/liblingoteach/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

31 lines
693 B
Makefile

PORTNAME= liblingoteach
PORTVERSION= 0.2.1
PORTREVISION= 8
CATEGORIES= textproc
MASTER_SITES= SF/lingoteach/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing lesson files based on the LingoTeach DTD
USES= gmake gnome libtool pathfix pkgconfig
USE_GNOME= libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS ZLIB DEBUG
OPTIONS_DEFAULT= ZLIB
DEBUG_DESC= Additional debugging information and output
ZLIB_CONFIGURE_WITH= compression
DEBUG_CONFIGURE_ENABLE= debug
post-patch-DOCS-off:
@${REINPLACE_CMD} 's|SUBDIRS = src test doc|SUBDIRS = src test|' \
${WRKSRC}/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>