summaryrefslogtreecommitdiffstats
path: root/devel/libxalloc/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-03 01:23:32 +0000
committersteve <steve@FreeBSD.org>1999-04-03 01:23:32 +0000
commit9d9a9682b3c016194679332358633f2e06ccd0e1 (patch)
tree756d7743efad11a7fd476a15c42213fcc7d3d360 /devel/libxalloc/Makefile
parent01618ea58de49a28fe5e9e5ca78add80a6b4d831 (diff)
downloadFreeBSD-ports-9d9a9682b3c016194679332358633f2e06ccd0e1.zip
FreeBSD-ports-9d9a9682b3c016194679332358633f2e06ccd0e1.tar.gz
Import of libxalloc version 1.0.3.
A memory allocation library with error checking. PR: 6474 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'devel/libxalloc/Makefile')
-rw-r--r--devel/libxalloc/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libxalloc/Makefile b/devel/libxalloc/Makefile
new file mode 100644
index 0000000..4b6f26b
--- /dev/null
+++ b/devel/libxalloc/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: libxalloc
+# Version required: 1.0.3
+# Date created: 12 April 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xalloc-1.0.3
+PKGNAME= libxalloc-1.0.3
+CATEGORIES= devel
+MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+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>
OpenPOWER on IntegriCloud