1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/jclassinfo/Makefile
2021-04-06 16:31:07 +02:00

21 lines
407 B
Makefile

# Created by: ijliao
PORTNAME= jclassinfo
PORTVERSION= 0.19.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Shows information about Java class, dependencies, and more
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e "s, docs,," ${WRKSRC}/Makefile.in
.include <bsd.port.mk>