aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uncrustify/Makefile
blob: 6d5d45c781a4e5571e2b7908541e8c8ff4d028b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    uncrustify
# Date created:     03 Jul 2006
# Whom:         Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#

PORTNAME=   uncrustify
PORTVERSION=    0.53
CATEGORIES= textproc
MASTER_SITES=   SF
EXTRACT_SUFX=   .tgz

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Highly configurable source code beautifier

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       uncrustify.1

.if !defined(NOPORTDOCS)
PORTDOCS=   *
post-install:
    cd ${WRKSRC}/documentation; \
        ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; ; \
        ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
.endif

.include <bsd.port.mk>