forked from Lainports/freebsd-ports
- Handle the case where an absolute path appears as a NEEDED library. Problem reported by: Bartosz Fabianowski - Optimize the directory list to avoid duplicated search. Problem reported by: many Regain the maintainership due to two weeks of silence in response to my mail. Besides, the revision history shows that the previous maintainer has not ever maintained this port in any way.
28 lines
556 B
Makefile
28 lines
556 B
Makefile
# New ports collection makefile for: libchk
|
|
# Date created: 2 September 2002
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libchk
|
|
PORTVERSION= 1.10.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= knu
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= A tool to check shared library links
|
|
|
|
USE_BZIP2= yes
|
|
USE_RUBY= yes
|
|
USE_RUBY_FEATURES= optparse
|
|
|
|
MAKE_ARGS= PREFIX="${PREFIX}"
|
|
|
|
MAN1= libchk.1
|
|
MANCOMPRESSED= maybe
|
|
PLIST_FILES= sbin/libchk
|
|
|
|
.include <bsd.port.mk>
|