mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
17 lines
383 B
Makefile
17 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/01/13 04:22:34 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= uncrustify-0.59
|
|
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"
|