1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Unbreak / Undeprecate

Approved by:	portmgr (marcus)
This commit is contained in:
Pietro Cerutti 2008-09-11 00:35:50 +00:00
parent 6e60a56931
commit 609ae7b27f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220327

View File

@ -4,15 +4,14 @@
#
# $FreeBSD$
#
BUILD_MODE= shdbg
MASTERDIR= ${.CURDIR}/../../devel/sfslite
BUILD_MODE= shdbg
MASTERDIR= ${.CURDIR}/../../devel/sfslite
COMMENT= sfslite with dmalloc and without optimization
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
BROKEN= does not install
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
.include "${MASTERDIR}/Makefile"
LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
PKG_INSTALL= ${MASTERDIR}/pkg-install
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"