diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 20:37:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-09-28 20:37:30 +0000 |
commit | 35ee8e93fe5e12e4313ac61cfe766ae8109deb28 (patch) | |
tree | 55c49fdcb18bd2271f3ac3ef6929bda240073cc3 /mail | |
parent | 4e85c725802ad7c5faa0ed98e4a0b7526efb33dc (diff) | |
download | ports-35ee8e93fe5e12e4313ac61cfe766ae8109deb28.tar.gz ports-35ee8e93fe5e12e4313ac61cfe766ae8109deb28.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-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 |
5 files changed, 44 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a641787ab419..c39a0a6385b0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -272,6 +272,7 @@ SUBDIR += qmail-ldap SUBDIR += qmail-mysql SUBDIR += qmail-notify + SUBDIR += qmail-remove SUBDIR += qmail-tls SUBDIR += qmailadmin SUBDIR += qmailanalog diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile new file mode 100644 index 000000000000..095b903d9985 --- /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 000000000000..5b047a126dcc --- /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 000000000000..d0fe3dbd9163 --- /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 000000000000..29344d086b2c --- /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%% |