Cosmetic change

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-08-23 19:35:34 +00:00
parent 11c7988567
commit aee1b99f66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545847

View File

@ -14,17 +14,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
OPTIONS_DEFINE= TEST
.if defined(MAINTAINER_MODE)
OPTIONS_DEFAULT=TEST
.endif
USES= gmake libtool localbase pathfix pkgconfig
CONFIGURE_ARGS= enable_tests=yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OPTIONS_DEFINE= TEST
TEST_LIB_DEPENDS= libcheck.so:devel/check
TEST_VARS= TEST_TARGET=check TEST_WRKSRC=${WRKSRC}/tests
@ -33,4 +31,10 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_stream/scew_stream ${STAGEDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_write/scew_write ${STAGEDIR}${PREFIX}/bin/
# maintainer section:
.if defined(MAINTAINER_MODE)
OPTIONS_DEFAULT=TEST
.endif
.include <bsd.port.mk>