aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libxalloc/Makefile
blob: 0e36a79709c006d75998714858a00879fe905316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libxalloc
PORTVERSION=	1.0.4
CATEGORIES=	devel
MASTER_SITES=	http://shh.thathost.com/pub-unix/files/
DISTNAME=	xalloc-${PORTVERSION}

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	Memory allocation library with error checking
WWW=		http://shh.thathost.com/pub-unix/ #xalloc

OPTIONS_DEFINE=	DOCS

USES=		uidfix

MAKEFILE=	${FILESDIR}/Makefile.lib
USE_LDCONFIG=	yes
MAKE_ENV=	WITHOUT_PROFILE=yes SRCCONF=/dev/null

post-install:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>