2022-03-03 10:36:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.17 2022/03/03 09:36:09 jperkin Exp $
|
2000-01-20 02:40:10 +01:00
|
|
|
|
|
|
|
DISTNAME= avltree-1.1
|
2019-12-28 13:53:00 +01:00
|
|
|
PKGREVISION= 1
|
2000-01-20 02:40:10 +01:00
|
|
|
CATEGORIES= devel
|
2021-04-21 10:39:56 +02:00
|
|
|
MASTER_SITES= # ftp://odin.compchem.ucsf.edu/pub/amber/
|
2000-01-20 02:40:10 +01:00
|
|
|
|
2011-02-28 15:52:37 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= In-memory index w/ binary and string keys and key counts
|
2000-01-20 02:40:10 +01:00
|
|
|
|
2012-02-16 19:10:43 +01:00
|
|
|
USE_TOOLS+= nroff
|
|
|
|
|
2000-01-20 12:13:04 +01:00
|
|
|
MANCOMPRESSED_IF_MANZ= yes
|
2019-11-03 11:39:04 +01:00
|
|
|
INSTALL_TARGET= includes install
|
2012-02-16 19:10:43 +01:00
|
|
|
USE_BSD_MAKEFILE= yes
|
2019-11-03 11:39:04 +01:00
|
|
|
MAKE_FLAGS+= MKPROFILE=yes
|
2006-10-22 09:12:14 +02:00
|
|
|
|
2006-12-12 15:44:18 +01:00
|
|
|
INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3
|
2006-10-22 09:12:14 +02:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
cp -f ${FILESDIR}/Makefile ${WRKSRC}/
|
2000-01-20 02:40:10 +01:00
|
|
|
|
2022-03-03 10:36:09 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "Darwin"
|
|
|
|
post-install:
|
|
|
|
${RUN} install_name_tool -id ${PREFIX}/lib/libavltree.so.1.1 \
|
|
|
|
${DESTDIR}${PREFIX}/lib/libavltree.so.1.1
|
|
|
|
.endif
|
|
|
|
|
2000-01-20 02:40:10 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|