mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
89a307bf8a
have time to maintain them. Approved by: andy
27 lines
639 B
Makefile
27 lines
639 B
Makefile
# New ports collection makefile for: libxalloc
|
|
# Version required: 1.0.3
|
|
# Date created: 12 April 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xalloc-1.0.3
|
|
PKGNAME= libxalloc-1.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/libxalloc
|
|
@ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/libxalloc
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libxalloc
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|