summaryrefslogtreecommitdiff
path: root/devel/error/Makefile
blob: 60ead304f172eb1bd7ae23be84c9f2acf4df817d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.10 2012/10/31 11:16:56 asau Exp $
#

DISTNAME=	error-0.0
CATEGORIES=	devel
MASTER_SITES=	# ftp://ftp.gw.com/pub/people/christos/

MAINTAINER=	christos@NetBSD.org
COMMENT=	Insert compiler errors in source files as comments

USE_FEATURES+=		cdefs
USE_BSD_MAKEFILE=	yes
INSTALLATION_DIRS=	bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1

BUILDLINK_TRANSFORM+=	rm:-Werror

.include "../../mk/bsd.pkg.mk"