mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e8812fb523
A reindenter and reformatter of C++, C and Java source code. PR: 9875 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
27 lines
594 B
Makefile
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>
|