diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-23 08:06:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-23 08:06:37 +0000 |
commit | 8cfd390e09cbfece2896470a5ba84d94424f5408 (patch) | |
tree | 9c457a996e14f111cbe0f68b7a2aaedc3bd9928a /mail | |
parent | 23b363a6f8ece854acd3d23916563051fe160a2a (diff) | |
download | ports-8cfd390e09cbfece2896470a5ba84d94424f5408.tar.gz ports-8cfd390e09cbfece2896470a5ba84d94424f5408.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/qgmailnotifier/Makefile | 39 | ||||
-rw-r--r-- | mail/qgmailnotifier/distinfo | 3 | ||||
-rw-r--r-- | mail/qgmailnotifier/pkg-descr | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 48722797dc05..cfe6a016d036 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -505,6 +505,7 @@ SUBDIR += pyzor SUBDIR += qar-bufo SUBDIR += qconfirm + SUBDIR += qgmailnotifier SUBDIR += qmail SUBDIR += qmail-activedir SUBDIR += qmail-auditor diff --git a/mail/qgmailnotifier/Makefile b/mail/qgmailnotifier/Makefile new file mode 100644 index 000000000000..368f33306223 --- /dev/null +++ b/mail/qgmailnotifier/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: qgmailnotifier +# Date created: 2008-09-12 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= qgmailnotifier +PORTVERSION= 2008.2 +CATEGORIES= mail +MASTER_SITES= http://www.codef00.com/projects/ +EXTRACT_SUFX= .tgz + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A portable QT4 based GMail notifier + +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build uic_build gui network xml rcc_build + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PORTDOCS= README +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's|/bin|${PREFIX}/bin|g' ${WRKSRC}/qgmailnotifier.pro + +do-configure: + @cd ${WRKSRC} \ + && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} qgmailnotifier.pro + +post-install: + @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ +.endif + +.include <bsd.port.mk> diff --git a/mail/qgmailnotifier/distinfo b/mail/qgmailnotifier/distinfo new file mode 100644 index 000000000000..e14a719eee13 --- /dev/null +++ b/mail/qgmailnotifier/distinfo @@ -0,0 +1,3 @@ +MD5 (qgmailnotifier-2008.2.tgz) = 307ea8f9eb743b8ee9292c888fc57085 +SHA256 (qgmailnotifier-2008.2.tgz) = 1c46d12b7a3d75247544a9a2d1d216ac91ff26078b4d43d4efab69697d803451 +SIZE (qgmailnotifier-2008.2.tgz) = 12290 diff --git a/mail/qgmailnotifier/pkg-descr b/mail/qgmailnotifier/pkg-descr new file mode 100644 index 000000000000..dc1e0f8f6d7d --- /dev/null +++ b/mail/qgmailnotifier/pkg-descr @@ -0,0 +1,5 @@ +A portable QT4 based GMail notifier, which is designed to provide +all of the functionality that the official Windows notifier has, +and more. + +WWW: http://www.qt-apps.org/content/show.php/QGMailNotifier?content=85979 |