summaryrefslogtreecommitdiff
path: root/devel/libxalloc/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-03 01:23:32 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-03 01:23:32 +0000
commit93071141f4dacba9aaa173df583a430fbd1f2c94 (patch)
tree47d789de2e588f0d6d6ffaeec37023f963a9d502 /devel/libxalloc/Makefile
parentActivate the libshhmsg port. (diff)
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>
Notes
Notes: svn path=/head/; revision=17581
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 000000000000..4b6f26bef665
--- /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>