mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to version 3.0.0
PR: ports/116018 Submitted by: KATO Tsuguru
This commit is contained in:
parent
821e32ec35
commit
ee6a3c0911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198680
@ -7,18 +7,31 @@
|
||||
#
|
||||
|
||||
PORTNAME= gtgt
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= General (or GNU) template generation tools
|
||||
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PLIST_FILES= bin/gcng bin/gptg bin/gscg
|
||||
PORTDOCS= *
|
||||
PORTDOCS= autoconf.html automake.html \
|
||||
company-license.long company-license.short \
|
||||
gtgt.gif gtgt.html gtgt.txt \
|
||||
index.html libtool.html
|
||||
|
||||
do-install:
|
||||
.for file in gcng gptg gscg
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/${file} ${PREFIX}/bin
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gtgt-2.0.0.tar.gz) = 5a68faf7a7562a0a269f174eb97c2bc4
|
||||
SHA256 (gtgt-2.0.0.tar.gz) = 0c16d819de124d3c131c052919260f223ef54548ce3a4f979a7f2c4392c5297c
|
||||
SIZE (gtgt-2.0.0.tar.gz) = 595184
|
||||
MD5 (gtgt-3.0.0.tar.gz) = d13fddb844e9e5b7508f102c04bf9415
|
||||
SHA256 (gtgt-3.0.0.tar.gz) = 6c2158f2743dea115c556bdb1b22f749f8c809a04a3e525c56b9addae9caa588
|
||||
SIZE (gtgt-3.0.0.tar.gz) = 709577
|
||||
|
Loading…
Reference in New Issue
Block a user