1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/uncrustify/Makefile
Martin Wilke d0d810fecb - Update to 0.45
PR:		121524
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-03-13 16:31:02 +00:00

29 lines
585 B
Makefile

# New ports collection makefile for: uncrustify
# Date created: 03 Jul 2006
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= uncrustify
PORTVERSION= 0.45
CATEGORIES= textproc
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Highly configurable source code beautifier
GNU_CONFIGURE= yes
USE_GMAKE= yes
.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>