1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Add config option to compile with debugging support.

Some minor improvements.

Submitted by:	hselasky@ (maintainer)
This commit is contained in:
Koop Mast 2011-03-27 10:27:17 +00:00
parent 9eec3cf79d
commit afb36b0f75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271863
2 changed files with 9 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= cuse4bsd-kmod
PORTVERSION= 0.1.13
PORTVERSION= 0.1.14
CATEGORIES= multimedia kld
MASTER_SITES= http://www.selasky.org/hans_petter/cuse4bsd/releases/
@ -29,12 +29,18 @@ PLIST_SUB= KMODNAME="${KMODNAME}" \
INCLUDEDIR="${INCLUDEDIR}" \
MANDIR="${MANDIR}"
OPTIONS= DEBUG "Build with debugging support" Off
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
IGNORE= requires FreeBSD 8.0-RELEASE or later
.endif
.if defined(WITH_DEBUG)
MAKE_ARGS+=" HAVE_DEBUG=YES"
.endif
do-install:
${MAKE} -C ${WRKSRC} -f ${WRKSRC}/Makefile.lib ${PLIST_SUB} install
${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${KMODDIR}

View File

@ -1,3 +1,2 @@
MD5 (cuse4bsd-kmod-0.1.13.tar.bz2) = b4f4744cea02702519f0dc99fad9c55d
SHA256 (cuse4bsd-kmod-0.1.13.tar.bz2) = fb22b7bbc87e01d4815dcd2e73230df1c27c94f1efb2d86641b6e118ccf524c7
SIZE (cuse4bsd-kmod-0.1.13.tar.bz2) = 12677
SHA256 (cuse4bsd-kmod-0.1.14.tar.bz2) = f11fbf076856fe2f6623dddef12b7e4a851a306291f1f98251e17f70067df475
SIZE (cuse4bsd-kmod-0.1.14.tar.bz2) = 12950