freebsd-ports/textproc/uncrustify/Makefile
Rong-En Fan 35cda848b0 - Update to 0.36
- Use macro from bsd.sites.mk

PR:		ports/115334
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
2007-08-12 11:09:23 +00:00

28 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.36
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>