diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-09 19:20:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-09 19:20:20 +0000 |
commit | b3488a98cb368c64a7afff6ccaafc514ca28a1a1 (patch) | |
tree | 89127412e355e4a98ebc98cbffd8290c1025193e /mail | |
parent | 46c07c8936a09957783d661ce0cc829f9147320d (diff) | |
download | ports-b3488a98cb368c64a7afff6ccaafc514ca28a1a1.tar.gz ports-b3488a98cb368c64a7afff6ccaafc514ca28a1a1.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/ksig/Makefile | 27 | ||||
-rw-r--r-- | mail/ksig/distinfo | 1 | ||||
-rw-r--r-- | mail/ksig/pkg-descr | 11 | ||||
-rw-r--r-- | mail/ksig/pkg-plist | 15 |
5 files changed, 0 insertions, 55 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4e9f534ab464..1264da03daf8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -116,7 +116,6 @@ SUBDIR += kbiff SUBDIR += kiltdown SUBDIR += kshowmail - SUBDIR += ksig SUBDIR += lbdb SUBDIR += liamail SUBDIR += libesmtp diff --git a/mail/ksig/Makefile b/mail/ksig/Makefile deleted file mode 100644 index fc99d5ca83fa..000000000000 --- a/mail/ksig/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: ksig -# Date created: Tue Aug 19 13:33:32 CEST 2003 -# Whom: Markus Brueffer <brueffer@phoenix-systems.de> -# -# $FreeBSD$ - -PORTNAME= ksig -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= mail kde -MASTER_SITES= http://www.slackorama.net/oss/ksig/ - -MAINTAINER= brueffer@phoenix-systems.de -COMMENT= Tool for managing a collection of e-mail signatures - -USE_KDELIBS_VER= 3 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes - -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/mail/ksig/distinfo b/mail/ksig/distinfo deleted file mode 100644 index b8a1e1a89bbc..000000000000 --- a/mail/ksig/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ksig-0.1.tar.gz) = f729041dbdb731e3f76b655d7b13f203 diff --git a/mail/ksig/pkg-descr b/mail/ksig/pkg-descr deleted file mode 100644 index 563521742926..000000000000 --- a/mail/ksig/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -KSig is a tool for managing a collection of signatures in KDE 3. -It stores the signatures in an XML file and will when called -as ksig --random prints a random signature, or ksig --daily -a different signature each day to stdout. - -This is easy to integrate into KMail's (or presumably other -mail clients') signature configuration to append these signatures -to outgoing mails. - -Author: Scott Wheeler <wheeler@kde.org> -WWW: http://www.slackorama.net/oss/ksig diff --git a/mail/ksig/pkg-plist b/mail/ksig/pkg-plist deleted file mode 100644 index 1ebedb40d87a..000000000000 --- a/mail/ksig/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/ksig -share/applnk/Utilities/ksig.desktop -share/apps/ksig/ksigui.rc -share/icons/hicolor/16x16/apps/ksig.png -share/icons/hicolor/32x32/apps/ksig.png -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/apps/ksig -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true -@unexec rmdir %D/share/applnk 2>/dev/null || true |