7e1d136ecb
PR: 33601 Submitted by: Paul Marquis <pmarquis@pobox.com>
29 lines
585 B
Makefile
29 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>
|