# New ports collection makefile for: astyle # Date created: 31 Jan 1999 # Whom: Don Croyle # # $FreeBSD$ # PORTNAME= astyle PORTVERSION= 1.23 CATEGORIES= devel textproc MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}_linux MAINTAINER= lme@FreeBSD.org COMMENT= A reindenter and reformatter of C, C++, C\# and Java source code ALL_TARGET= astyle CFLAGS+= -W -Wall -fno-rtti -fno-exceptions LDFLAGS+= -s MAKE_ARGS+= CFLAGS="${CFLAGS}" USE_GMAKE= yes WRKSRC= ${WRKDIR}/astyle/buildgcc pre-patch: ${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile PLIST_FILES= bin/astyle .if !defined(NOPORTDOCS) PORTDOCS= * .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin/astyle ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/astyle/doc/*.html ${DOCSDIR} .endif .include cgit'>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix MASTER_SITESkrion2005-02-201-1/+1
* Fix build on 5/6.xkrion2004-11-214-1/+262
* Mark BROKEN on amd64, program crashes after a few secondsarved2004-07-171-1/+7
* SIZEify.trevor2004-01-291-0/+1
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1