pkgsrc-wip/metalog/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/29 08:32:47 shattered Exp $
DISTNAME= metalog-0.8-rc1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=metalog/}
MAINTAINER= nel@soraneko.com
HOMEPAGE= http://metalog.sourceforge.net/
COMMENT= Metalog is a modern replacement for syslogd and klogd
DEPENDS+= pcre-[0-9]*:../../devel/pcre
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"