summaryrefslogtreecommitdiff
path: root/ports-mgmt/portrac/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 18:48:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 18:48:41 +0000
commitb97da74ba178e9549f263a61096f4290025a49e0 (patch)
treed7320ee297df0faad45e9850d18053f0d7a29e92 /ports-mgmt/portrac/Makefile
parent- Convert to USES=qmake (diff)
- Convert to USES=qmake (and other USES while I'm here)
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
Notes
Notes: svn path=/head/; revision=334603
Diffstat (limited to 'ports-mgmt/portrac/Makefile')
-rw-r--r--ports-mgmt/portrac/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/ports-mgmt/portrac/Makefile b/ports-mgmt/portrac/Makefile
index b1fa50ddb353..fbf55c14683d 100644
--- a/ports-mgmt/portrac/Makefile
+++ b/ports-mgmt/portrac/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://e-soul.org/distfiles/ \
http://home.e-soul.org/~mgp/distfiles/
MAINTAINER= mgp@e-soul.org
-COMMENT= A simple GUI tool for tracking port updates
+COMMENT= Simple GUI tool for tracking port updates
LICENSE= BSD
@@ -20,17 +20,13 @@ PLIST_FILES= bin/portrac \
PLIST_DIRS= share/portrac
+USES= qmake
USE_BZIP2= yes
-
-USE_QT4= gui moc_build qmake_build
-
-NO_STAGE= yes
-do-configure:
- @cd ${WRKDIR}/${DISTNAME} && ${QMAKE} portrac.pro
+USE_QT4= gui moc_build
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${PREFIX}/bin && \
- ${MKDIR} ${DATADIR} && \
- ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${DATADIR}
+ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \
+ ${MKDIR} ${STAGEDIR}${DATADIR} && \
+ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>