- depend on moc qmake rcc uic only for build [1]
- install the program stripped - bump PORTREVISION Submitted by: mack@ [1]
This commit is contained in:
parent
9d321b4b5a
commit
59f831e220
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232830
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= qgit
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= -qt4
|
||||
@ -15,20 +16,16 @@ COMMENT= A graphical interface to git repositories
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui moc qmake rcc uic
|
||||
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build uic_build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's,target.path = ~/bin,target.path = ${PREFIX}/bin,' \
|
||||
${WRKSRC}/src/src.pro
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${QMAKE} ${PORTNAME}.pro
|
||||
|
||||
#do-install:
|
||||
# ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user