mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
f897d064b3
Approved by: portmgr (blanket)
23 lines
483 B
Makefile
23 lines
483 B
Makefile
PORTNAME= libchk
|
|
PORTVERSION= 1.10.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
|
LOCAL/knu
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to check shared library links
|
|
WWW= http://svn.idaemons.org/cgi-bin/viewvc.cgi/trunk/?root=libchk
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= ruby tar:bzip2 uidfix
|
|
|
|
MAKE_ARGS= PREFIX="${PREFIX}" \
|
|
MANDIR="${PREFIX}/share/man/man"
|
|
|
|
PLIST_FILES= sbin/libchk \
|
|
share/man/man1/libchk.1.gz
|
|
|
|
.include <bsd.port.mk>
|