openbsd-ports/devel/astyle/Makefile
avsm 8c0e622735 initial import of astyle-1.13.6.1
--
Artistic Style is a reindenter and reformatter of C++, C and Java
source code.

When indenting source code, we as programmers have a tendency to
use both spaces and tab characters to create the wanted indentation.
Moreover, some editors by default insert spaces instead of tabs
when pressing the tab key, and other editors (Emacs for example)
have the ability to "pretty up" lines by automatically setting up
the white space before the code on the line, possibly inserting
spaces in a code that up to now used only tabs for indentation.
2001-03-24 02:25:05 +00:00

32 lines
799 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/03/24 02:25:05 avsm Exp $
COMMENT= indenter and formatter of C/C++/Java source files
DISTNAME= astyle_1.13.6.1
PKGNAME= astyle-1.13.6.1
CATEGORIES= devel
NEED_VERSION= 1.363
HOMEPAGE= http://astyle.sourceforge.net/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= astyle
EXTRACT_SUFX= .zip
USE_GMAKE= Yes
ALL_TARGET= astyle
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/astyle ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/astyle
.for i in astyle astyle_release_notes license
${INSTALL_DATA} ${WRKSRC}/$i.html ${PREFIX}/share/doc/astyle
.endfor
.include <bsd.port.mk>