diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-06 00:42:05 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-02-06 00:42:05 +0800 |
commit | e8fa453ef65d0752f7b1379dc1726874936edf7d (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /mail/qgmailnotifier | |
parent | f1b6035ecb872d28b083d751a0e0962bfacd8980 (diff) | |
download | xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.tar xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.tar.gz xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.tar.bz2 xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.tar.lz xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.tar.xz xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.tar.zst xorg-devel-ports-e8fa453ef65d0752f7b1379dc1726874936edf7d.zip |
- Remove my old ports repo
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@387 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'mail/qgmailnotifier')
-rw-r--r-- | mail/qgmailnotifier/Makefile | 39 | ||||
-rw-r--r-- | mail/qgmailnotifier/distinfo | 3 | ||||
-rw-r--r-- | mail/qgmailnotifier/pkg-descr | 5 |
3 files changed, 0 insertions, 47 deletions
diff --git a/mail/qgmailnotifier/Makefile b/mail/qgmailnotifier/Makefile deleted file mode 100644 index 368f333..0000000 --- a/mail/qgmailnotifier/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# 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 deleted file mode 100644 index e14a719..0000000 --- a/mail/qgmailnotifier/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index dc1e0f8..0000000 --- a/mail/qgmailnotifier/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 |