2006-07-22 11:23:56 +02:00
|
|
|
# New ports collection makefile for: uncrustify
|
|
|
|
# Date created: 03 Jul 2006
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2006-07-22 11:23:56 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= uncrustify
|
2008-06-19 01:59:08 +02:00
|
|
|
PORTVERSION= 0.47
|
2006-07-22 11:23:56 +02:00
|
|
|
CATEGORIES= textproc
|
2007-08-12 13:09:23 +02:00
|
|
|
MASTER_SITES= SF
|
2006-07-22 11:23:56 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2006-12-21 21:41:33 +01:00
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
2006-07-22 11:23:56 +02:00
|
|
|
COMMENT= Highly configurable source code beautifier
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2008-06-19 01:59:08 +02:00
|
|
|
MAN1= uncrustify.1
|
|
|
|
|
2006-08-28 19:59:14 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= *
|
|
|
|
post-install:
|
|
|
|
cd ${WRKSRC}/documentation; \
|
|
|
|
${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; ; \
|
|
|
|
${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
|
|
|
|
.endif
|
|
|
|
|
2006-07-22 11:23:56 +02:00
|
|
|
.include <bsd.port.mk>
|