freebsd-ports/devel/astyle/Makefile
Kevin Lo 7e1d136ecb Update to version 1.14.0
PR: 33601
Submitted by: Paul Marquis <pmarquis@pobox.com>
2002-01-17 15:19:23 +00:00

28 lines
585 B
Makefile

# New ports collection makefile for: astyle
# Date created: 31 Jan 1999
# Whom: Don Croyle <croyle@gelemna.org>
#
# $FreeBSD$
#
PORTNAME= astyle
PORTVERSION= 1.14.0
CATEGORIES= devel textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -q -aa
MAINTAINER= croyle@gelemna.org
ALL_TARGET= astyle
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
.include <bsd.port.mk>