1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/libchk/Makefile
Akinori MUSHA 93978bcb58 Modernize the port.
PR:		ports/189699
Submitted by:	Simon Wright <simon.wright@gmx.net>
2014-05-14 06:58:15 +00:00

26 lines
482 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= libchk
PORTVERSION= 1.10.3
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
LICENSE= BSD
USES= tar:bzip2
USE_RUBY= yes
USE_RUBY_FEATURES= optparse
MAKE_ARGS= PREFIX="${PREFIX}"
PLIST_FILES= man/man1/libchk.1.gz \
sbin/libchk
.include <bsd.port.mk>