aboutsummaryrefslogtreecommitdiff
path: root/textproc/uncrustify/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-07-22 09:23:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-07-22 09:23:56 +0000
commit7e8c3594a3d0621e05aeac8aa5c96d4a1060e9d6 (patch)
tree7896c33125e7c7685694f01ed3c63803c8a93bc0 /textproc/uncrustify/Makefile
parentfdfd7a5bfe262e67465031762442922bb3cf0679 (diff)
downloadports-7e8c3594a3d0621e05aeac8aa5c96d4a1060e9d6.tar.gz
ports-7e8c3594a3d0621e05aeac8aa5c96d4a1060e9d6.zip
Notes
Diffstat (limited to 'textproc/uncrustify/Makefile')
-rw-r--r--textproc/uncrustify/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile
new file mode 100644
index 000000000000..3f13e6c524a1
--- /dev/null
+++ b/textproc/uncrustify/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: uncrustify
+# Date created: 03 Jul 2006
+# Whom: Dmitry Marakasov <amdmi3@mail.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= uncrustify
+PORTVERSION= 0.0.22
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= amdmi3@mail.ru
+COMMENT= Highly configurable source code beautifier
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>