mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Update to upstream version 5.29.4, convert to OPTION helpers
PR: 210156 Submitted by: udvzsolt@gmail.com (maintainer)
This commit is contained in:
parent
6cc26e4676
commit
87607b2179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416796
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fet
|
||||
PORTVERSION= 5.29.3
|
||||
PORTVERSION= 5.29.4
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \
|
||||
http://lalescu.ro/liviu/fet/download/old/ \
|
||||
@ -16,7 +16,7 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= qmake tar:bzip2
|
||||
USE_QT4= xml \
|
||||
USE_QT4= corelib xml \
|
||||
moc_build rcc_build uic_build
|
||||
|
||||
PORTEXAMPLES= *
|
||||
@ -33,15 +33,10 @@ ONLYCL_DESC= Build only command line version (without Qt4 GUI)
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MONLYCL}
|
||||
INSTALL_TARGET= ${WRKSRC}/fet-cl
|
||||
QMAKE_SOURCE_PATH= ${WRKSRC}/src/src-cl.pro
|
||||
.else
|
||||
USE_QT4+= gui network
|
||||
INSTALL_TARGET= ${WRKSRC}/fet
|
||||
.endif
|
||||
ONLYCL_INSTALL_TARGET= ${WRKSRC}/fet-cl
|
||||
ONLYCL_VARS= QMAKE_SOURCE_PATH=${WRKSRC}/src/src-cl.pro
|
||||
ONLYCL_USE_OFF= qt4=gui,network
|
||||
ONLYCL_INSTALL_TARGET_OFF= ${WRKSRC}/fet
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (fet-5.29.3.tar.bz2) = 3048b0e69172e170945f631fb4befead4df938e6372c9ff49cd861bf2cdcba34
|
||||
SIZE (fet-5.29.3.tar.bz2) = 10075480
|
||||
TIMESTAMP = 1465379253
|
||||
SHA256 (fet-5.29.4.tar.bz2) = 36eab10da61ade59826f274f35f57daff81c60cdc24d4d1ec25b20a7ed59af2f
|
||||
SIZE (fet-5.29.4.tar.bz2) = 10073514
|
||||
|
Loading…
Reference in New Issue
Block a user