diff options
author | oliver <oliver@FreeBSD.org> | 2003-09-28 20:37:30 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-09-28 20:37:30 +0000 |
commit | c1e424ed1c5e8217bdff8a045f4c3f489c180f39 (patch) | |
tree | aceab95a9bf172d56a0795aa4614d7ecab294235 /mail/qmail-remove | |
parent | f8b322cbf6d7c6242cd85238c21e2b29072fe0bd (diff) | |
download | FreeBSD-ports-c1e424ed1c5e8217bdff8a045f4c3f489c180f39.zip FreeBSD-ports-c1e424ed1c5e8217bdff8a045f4c3f489c180f39.tar.gz |
Add qmail-remove 0.93,
removes messages from your qmail queue baed
on a particular string.
PR: 57171
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'mail/qmail-remove')
-rw-r--r-- | mail/qmail-remove/Makefile | 33 | ||||
-rw-r--r-- | mail/qmail-remove/distinfo | 1 | ||||
-rw-r--r-- | mail/qmail-remove/pkg-descr | 4 | ||||
-rw-r--r-- | mail/qmail-remove/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile new file mode 100644 index 0000000..095b903 --- /dev/null +++ b/mail/qmail-remove/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: qmail-remove +# Date created: Wed Sep 24 16:01:34 CEST 2003 +# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> +# +# $FreeBSD$ +# + +PORTNAME= qmail-remove +PORTVERSION= 0.93 +CATEGORIES= mail +MASTER_SITES= http://www.linuxmagic.com/opensource/qmail/qmail-remove/ + +MAINTAINER= sheepkiller@cultdeadsheep.org +COMMENT= Removes messages from your qmail queue baed on a particular string + +DOC_FILES= INSTALL LICENSE README + +do-build: + @(cd ${WRKSRC} ;\ + ${ECHO_MSG} "Compiling ${PORTNAME}:" ; \ + ${ECHO_MSG} "${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME}" ;\ + ${CC} ${CFLAGS} ${LDFLAGS} ${PORTNAME}.c -o ${PORTNAME} ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${DOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/mail/qmail-remove/distinfo b/mail/qmail-remove/distinfo new file mode 100644 index 0000000..5b047a1 --- /dev/null +++ b/mail/qmail-remove/distinfo @@ -0,0 +1 @@ +MD5 (qmail-remove-0.93.tar.gz) = f97e3aa1a5ee7f37482ab2e7d26abf82 diff --git a/mail/qmail-remove/pkg-descr b/mail/qmail-remove/pkg-descr new file mode 100644 index 0000000..d0fe3db --- /dev/null +++ b/mail/qmail-remove/pkg-descr @@ -0,0 +1,4 @@ +Qmail-Remove will remove messages containing a particular string from your +Qmail queue. + +WWW: http://www.linuxmagic.com/opensource/qmail/qmail-remove/ diff --git a/mail/qmail-remove/pkg-plist b/mail/qmail-remove/pkg-plist new file mode 100644 index 0000000..29344d0 --- /dev/null +++ b/mail/qmail-remove/pkg-plist @@ -0,0 +1,5 @@ +sbin/qmail-remove +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |