diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-23 01:15:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-23 01:15:27 +0000 |
commit | 6b8e9c5547788d807ada41cf63551b47a04e037a (patch) | |
tree | 3173b5fdcecc9fed846ed2ccf7fbfe6e954fcf66 /devel/qtez/Makefile | |
parent | Remove erroneous entry. (diff) |
Update to version 0.77a.
PR: 8932
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15499
Diffstat (limited to 'devel/qtez/Makefile')
-rw-r--r-- | devel/qtez/Makefile | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index d7143a683106..04f5e4c2ea64 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -1,38 +1,36 @@ # New ports collection makefile for: qtez -# Version required: 0.62a +# Version required: 0.77a # Date created: 14 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.8 1998/08/07 23:56:16 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/12 06:29:26 asami Exp $ # -DISTNAME= QTEZ-v0.62a -PKGNAME= qtez-0.62a -CATEGORIES= devel x11 -MASTER_SITES= ftp://qtez.commkey.net/pub/QtEZ/ \ - ftp://qtez.commkey.net/pub/QtEZ/old/ -EXTRACT_SUFX= -src.tar.gz +DISTNAME= QtEZ.current-src +PKGNAME= qtez-0.77a +CATEGORIES= devel +MASTER_SITES= http://qtez.zax.net/qtez-extras/ +#EXTRACT_SUFX= tar.gz MAINTAINER= andy@icc.surw.chel.su USE_QT= yes USE_GMAKE= yes USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/qtez +WRKSRC= ${WRKDIR}/qtez_src do-install: - @ ${INSTALL_PROGRAM} ${WRKDIR}/qtez/bin/qtez ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKDIR}/qtez_src/bin/qtez ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/share/examples/qtez - @ cd ${WRKDIR}/qtez/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - ) - @ ${MKDIR} ${PREFIX}/share/qtez - @ ${INSTALL_DATA} ${WRKSRC}/lib/demo/progress/progress.qtl ${PREFIX}/share/qtez - @ ${INSTALL_DATA} ${WRKSRC}/lib/demo/tableview/tableview.qtl ${PREFIX}/share/qtez + @ cd ${WRKDIR}/qtez_src/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - ) + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/qtez .for file in INSTALL KDE.README README TODO - @ ${INSTALL_DATA} ${WRKDIR}/qtez/${file} ${PREFIX}/share/doc/qtez + @ ${INSTALL_DATA} ${WRKDIR}/qtez_src/${file} ${PREFIX}/share/doc/qtez .endfor - @ cd ${WRKDIR}/qtez/docs; tar cf - . | (cd ${PREFIX}/share/doc/qtez; tar xf - ) + @ cd ${WRKDIR}/qtez_src/docs; tar cf - . | (cd ${PREFIX}/share/doc/qtez; tar xf - ) .endif .include <bsd.port.mk> |