mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
29 lines
516 B
Makefile
29 lines
516 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: jclassinfo
|
|
# Date created: May 5, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jclassinfo
|
|
PORTVERSION= 0.19.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shows information about Java class, dependencies and more
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_GNOME= pkgconfig gnomehack
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= jclassinfo.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s, docs,," ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|