mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8677e3ee1b
PR: 16662 Submitted by: maintainer
30 lines
700 B
Makefile
30 lines
700 B
Makefile
# New ports collection makefile for: astyle
|
|
# Version required: 1.11.6
|
|
# Date created: 31 Jan 1999
|
|
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= astyle_1.11.6_src
|
|
PKGNAME= astyle-1.11.6
|
|
CATEGORIES= devel textproc
|
|
MASTER_SITES= ftp://astyle.sourceforge.net/pub/astyle/stable/src/\
|
|
http://www.infonex.com/~dacroyle/freebsd/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
|
|
|
WRKSRC= ${WRKDIR}/astyle_1.11.6
|
|
|
|
ALL_TARGET= astyle
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/astyle
|
|
${INSTALL_DATA} ${WRKSRC}/astyle.html ${PREFIX}/share/doc/astyle
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|