blob: 12a55b91137bae61feb2da788f71e73aaedf236f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= libtree
PORTVERSION= 3.1.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Show library info in a tree form
WWW= https://github.com/haampie/libtree
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= haampie
PLIST_FILES= bin/libtree \
share/man/man1/libtree.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/libtree
.include <bsd.port.mk>
|