1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/astyle/Makefile

30 lines
666 B
Makefile
Raw Normal View History

# New ports collection makefile for: astyle
# Date created: 31 Jan 1999
# Whom: Don Croyle <croyle@gelemna.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= astyle
PORTVERSION= 1.11.6
CATEGORIES= devel textproc
MASTER_SITES= ftp://astyle.sourceforge.net/pub/astyle/stable/src/\
http://www.gelemna.org/ports/
2000-04-11 21:30:15 +00:00
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
EXTRACT_SUFX= .tgz
MAINTAINER= croyle@gelemna.org
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>