blob: e187d265565c78cfa72c2e753e4a512e58fe098e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.14 2016/07/09 06:38:28 wiz Exp $
DISTNAME= courier-analog-0.16
PKGREVISION= 5
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.courier-mta.org/
COMMENT= Courier log analyzer
LICENSE= gnu-gpl-v3
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../mk/bsd.pkg.mk"
|