mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
16 lines
379 B
Makefile
16 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/03/31 08:31:44 wiz Exp $
|
|
|
|
DISTNAME= uncrustify-0.60
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uncrustify/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://uncrustify.sourceforge.net/
|
|
COMMENT= Source Code Beautifier for C-like languages
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|