freebsd-ports/devel/libxalloc/Makefile
Wen Heping 686dfda80a - Trim Makefile headers
- Pass maintainership to submitter

PR:		175184
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
2013-01-12 12:07:59 +00:00

23 lines
513 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= libxalloc
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
DISTNAME= xalloc-${PORTVERSION}
MAINTAINER= rodrigo@bebik.net
COMMENT= A memory allocation library with error checking
MAKEFILE= ${FILESDIR}/Makefile.lib
USE_LDCONFIG= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CREDITS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>