aboutsummaryrefslogblamecommitdiff
path: root/devel/jclassinfo/Makefile
blob: 46abef473bdd330c0d65019c19542167c4ce287d (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
           

                          
                      
                     
                  

                                 
                                                                          
 
                       
                                       
                   
                   
 



                                                              
# Created by: 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
USES=		gmake pathfix pkgconfig
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e "s, docs,," ${WRKSRC}/Makefile.in

.include <bsd.port.mk>