View | Details | Raw Unified | Return to bug 18701
Collapse All | Expand All

(-)astyle/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
# New ports collection makefile for:	astyle
1
# New ports collection makefile for:	astyle
2
# Date created:		31 Jan 1999
2
# Date created:		31 Jan 1999
3
# Whom:			Don Croyle <croyle@gelemna.ft-wayne.in.us>
3
# Whom:			Don Croyle <croyle@gelemna.org>
4
#
4
#
5
# $FreeBSD: ports/devel/astyle/Makefile,v 1.9 2000/04/11 21:27:04 mharo Exp $
5
# $FreeBSD: ports/devel/astyle/Makefile,v 1.9 2000/04/11 21:27:04 mharo Exp $
6
#
6
#
Lines 9-19 Link Here
9
PORTVERSION=	1.11.6
9
PORTVERSION=	1.11.6
10
CATEGORIES= 	devel textproc
10
CATEGORIES= 	devel textproc
11
MASTER_SITES=	ftp://astyle.sourceforge.net/pub/astyle/stable/src/\
11
MASTER_SITES=	ftp://astyle.sourceforge.net/pub/astyle/stable/src/\
12
		http://www.infonex.com/~dacroyle/freebsd/
12
		http://www.gelemna.org/ports/
13
DISTNAME=	${PORTNAME}_${PORTVERSION}_src
13
DISTNAME=	${PORTNAME}_${PORTVERSION}_src
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	croyle@gelemna.ft-wayne.in.us
16
MAINTAINER=	croyle@gelemna.org
17
17
18
WRKSRC=		${WRKDIR}/astyle_1.11.6
18
WRKSRC=		${WRKDIR}/astyle_1.11.6

Return to bug 18701