mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
5d8ec3586b
PR: 139696 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
31 lines
659 B
Makefile
31 lines
659 B
Makefile
# New ports collection makefile for: uncrustify
|
|
# Date created: 03 Jul 2006
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uncrustify
|
|
PORTVERSION= 0.54
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
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>
|