2000-11-11 06:36:10 +01:00
|
|
|
# ex:ts=8
|
1999-04-03 03:23:32 +02:00
|
|
|
# New ports collection makefile for: libxalloc
|
|
|
|
# Date created: 12 April 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-04-03 03:23:32 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= libxalloc
|
|
|
|
PORTVERSION= 1.0.3
|
1999-04-03 03:23:32 +02:00
|
|
|
CATEGORIES= devel
|
2000-11-11 06:32:43 +01:00
|
|
|
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
2000-04-11 23:30:15 +02:00
|
|
|
DISTNAME= xalloc-${PORTVERSION}
|
1999-04-03 03:23:32 +02:00
|
|
|
|
2000-03-31 03:37:36 +02:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1999-04-03 03:23:32 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-04-03 03:23:32 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.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>
|