blob: c04b91aa233e2f5fbec37eec032b6bc6557d3391 (
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
24
25
26
27
28
29
30
|
# 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
BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config
USE_AUTOTOOLS= libtool
USE_GNOME= 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>
|