freebsd-ports/textproc/liblingoteach/Makefile
Dmitry Marakasov 6b4de26986 - Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
2015-09-03 14:09:17 +00:00

32 lines
700 B
Makefile

# $FreeBSD$
PORTNAME= liblingoteach
PORTVERSION= 0.2.1
PORTREVISION= 6
CATEGORIES= textproc
MASTER_SITES= SF/lingoteach/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for parsing lesson files based on the LingoTeach DTD
USES= gmake pathfix pkgconfig libtool
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>