mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Update to 4.9 release.
This commit is contained in:
parent
0449c7bcb0
commit
5fa2f28efe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314667
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: proguard
|
||||
# Date created: Apr 19 2003
|
||||
# Whom: Alex Semenyaka <alex@rinet.ru>
|
||||
#
|
||||
# Created by: Alex Semenyaka <alex@rinet.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= proguard
|
||||
PORTVERSION= 4.8
|
||||
PORTVERSION= 4.9
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.1$//}
|
||||
@ -27,17 +23,19 @@ SUB_FILES= proguard.sh proguard-gui.sh retrace.sh
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/lib/*.jar ${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/proguard.sh ${PREFIX}/bin/proguard
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/proguard-gui.sh ${PREFIX}/bin/proguard-gui
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/retrace.sh ${PREFIX}/bin/retrace
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}/)
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/)
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (proguard4.8.tar.gz) = 84db4aef4235ad312e221ae95485d7848fc468db66699f1b155d89c5036374f6
|
||||
SIZE (proguard4.8.tar.gz) = 1914047
|
||||
SHA256 (proguard4.9.tar.gz) = 3c8e9a6aee1d965c19d4b426596db9983fb3bff0f589bbc527973c310767d348
|
||||
SIZE (proguard4.9.tar.gz) = 1968059
|
||||
|
Loading…
Reference in New Issue
Block a user