diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-19 06:56:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-19 06:56:53 +0000 |
commit | 78e193f735ca0667164c5c0a982e7a5fef9692e0 (patch) | |
tree | f6b094e0431cb0dd6bcb396ba2494d78c46bb00b /devel/qtez/Makefile | |
parent | Activate xspacewarp. (diff) |
New port qtez, a development environment for Qt.
PR: 6644
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=11059
Diffstat (limited to 'devel/qtez/Makefile')
-rw-r--r-- | devel/qtez/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile new file mode 100644 index 000000000000..fa6b9b11aa21 --- /dev/null +++ b/devel/qtez/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: qtez +# Version required: 0.52a +# Date created: 14 May 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= QTEZ-v0.52a +PKGNAME= qtez-0.52a +CATEGORIES= devel x11 +MASTER_SITES= ftp://qtez.commkey.net/pub/QtEZ/ +EXTRACT_SUFX= -src.tar.gz + +MAINTAINER= andy@icc.surw.chel.su + +BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt + +USE_GMAKE= yes +USE_X11= yes +WRKSRC= ${WRKDIR}/qtez/src + +do-install: + @ ${INSTALL_PROGRAM} ${WRKDIR}/qtez/bin/qtez ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/examples/qtez + @ cd ${WRKDIR}/qtez/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - ) +.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 +.endfor + @ cd ${WRKDIR}/qtez/docs; tar cf - . | (cd ${PREFIX}/share/doc/qtez; tar xf - ) +.endif + +.include <bsd.port.mk> |