freebsd-ports/sysutils/libchk/Makefile
Mark Linimon 34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00

28 lines
555 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= ports@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>