mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
af6a36b2d1
PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
29 lines
554 B
Makefile
29 lines
554 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.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= knu
|
|
|
|
MAINTAINER= rene@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>
|