mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update to 4.5
Announcement: https://lists.berlios.de/pipermail/sourcenav-devel/2012-October/000571.html - STAGE-clean
This commit is contained in:
parent
5c9fbb65b4
commit
6c60c1ca73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342546
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sourcenav
|
||||
PORTVERSION= 4.4
|
||||
PORTVERSION= 4.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
@ -12,6 +12,11 @@ DISTNAME= sourcenavigator-NG${PORTVERSION}
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= Source code analysis tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= ${WRKSRC}/snavigator/demo/c++/contrib/perl/sample_client
|
||||
USE_GCC= yes
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11
|
||||
|
||||
@ -20,12 +25,11 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}/sourcenav
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|@XINCLUDES@|-I${LOCALBASE}/include|; \
|
||||
s|@XLIBSW@|-L${LOCALBASE}/lib -lX11|' ${WRKSRC}/tk/unix/Makefile.in
|
||||
|
||||
post-install:
|
||||
${LN} -s ${PREFIX}/sourcenav/bin/snavigator ${PREFIX}/bin/snavigator
|
||||
${LN} -s ${PREFIX}/sourcenav/bin/snavigator ${STAGEDIR}${PREFIX}/bin/snavigator
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sourcenavigator-NG4.4.tar.bz2) = e1349fb8ca5939455fad81d348f5af5ff9d586cf3eeceb0a8bcbe7588cf12046
|
||||
SIZE (sourcenavigator-NG4.4.tar.bz2) = 14823430
|
||||
SHA256 (sourcenavigator-NG4.5.tar.bz2) = d5d8f96206f429b446c490b20fda0f7da0b794cc302a567cfebf414f30073b00
|
||||
SIZE (sourcenavigator-NG4.5.tar.bz2) = 14875311
|
||||
|
Loading…
Reference in New Issue
Block a user