mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
535382b891
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# New ports collection makefile for: archmbox
|
|
# Date created: 4 April 2004
|
|
# Whom: Talal Al-Dik <tad@vif.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= archmbox
|
|
PORTVERSION= 4.10.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF/adc-${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= tad@vif.com
|
|
COMMENT= Email archiver written in perl; parses mailboxes and performs actions
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5= yes
|
|
CONFIGURE_ENV+= PERL=${PERL}
|
|
|
|
MAN1= archmbox.1
|
|
PLIST_FILES= bin/archmbox
|
|
|
|
.include <bsd.port.mk>
|