freebsd-ports/textproc/uncrustify/Makefile
Martin Wilke 986997dfa8 - Update to 0.29
PR:		ports/105011
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-04 23:03:18 +00:00

29 lines
637 B
Makefile

# New ports collection makefile for: uncrustify
# Date created: 03 Jul 2006
# Whom: Dmitry Marakasov <amdmi3@mail.ru>
#
# $FreeBSD$
#
PORTNAME= uncrustify
PORTVERSION= 0.29
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
.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>