freebsd-ports/devel/astyle/Makefile
Steve Price e8812fb523 Import of astyle version 1.6.0.
A reindenter and reformatter of C++, C and Java source code.

PR:		9875
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1999-04-03 01:26:18 +00:00

27 lines
594 B
Makefile

# New ports collection makefile for: astyle
# Version required: 1.6.0
# Date created: 31 Jan 1999
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id$
#
DISTNAME= astyle_1.6.0
PKGNAME= astyle-1.6.0
CATEGORIES= devel textproc
MASTER_SITES= http://www.bigfoot.com/~davidsont/astyle/stable/src/ \
http://www.infonex.com/~dacroyle/freebsd/
EXTRACT_SUFX= .tgz
MAINTAINER= croyle@gelemna.ft-wayne.in.us
BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs
WRKSRC= ${WRKDIR}/astyle-src
ALL_TARGET= astyle
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/
.include <bsd.port.mk>