1999-04-02 20:26:18 -05:00
|
|
|
# New ports collection makefile for: astyle
|
|
|
|
# Date created: 31 Jan 1999
|
2000-05-21 07:52:06 -04:00
|
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
1999-04-02 20:26:18 -05:00
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-04-02 20:26:18 -05:00
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= astyle
|
2002-10-26 08:58:12 -04:00
|
|
|
PORTVERSION= 1.15.3
|
2001-02-05 09:34:42 -05:00
|
|
|
CATEGORIES= devel textproc
|
2002-01-17 10:19:23 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
2002-10-26 08:58:12 -04:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 12:07:10 -05:00
|
|
|
COMMENT= A reindenter and reformatter of C++, C and Java source code
|
2002-10-26 08:58:12 -04:00
|
|
|
|
2002-01-17 10:19:23 -05:00
|
|
|
USE_ZIP= yes
|
|
|
|
EXTRACT_BEFORE_ARGS= -q -aa
|
2002-10-26 08:58:12 -04:00
|
|
|
EXTRACT_AFTER_ARGS= -d ${DISTNAME}
|
2004-08-16 11:27:57 -04:00
|
|
|
CFLAGS+= "-fpermissive"
|
1999-10-08 18:50:19 -04:00
|
|
|
ALL_TARGET= astyle
|
1999-07-22 00:20:46 -04:00
|
|
|
|
2004-08-15 22:33:05 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-04-02 20:26:18 -05:00
|
|
|
do-install:
|
2002-01-17 10:19:23 -05:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin
|
1999-07-31 20:43:46 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-01-17 10:19:23 -05:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
|
1999-07-31 20:43:46 -04:00
|
|
|
.endif
|
1999-04-02 20:26:18 -05:00
|
|
|
|
2004-08-15 22:33:05 -04:00
|
|
|
.include <bsd.port.post.mk>
|