diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-22 12:20:46 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-22 12:20:46 +0800 |
commit | adc3e16ddb0c620afc94c188d6b446ed58a889b1 (patch) | |
tree | 03710aef7335030ed20da86699603a985f1928d4 /devel/astyle/Makefile | |
parent | 0a6afd80de67db73ccb3b88364b6d0a6adc70960 (diff) | |
download | freebsd-ports-gnome-adc3e16ddb0c620afc94c188d6b446ed58a889b1.tar.gz freebsd-ports-gnome-adc3e16ddb0c620afc94c188d6b446ed58a889b1.tar.zst freebsd-ports-gnome-adc3e16ddb0c620afc94c188d6b446ed58a889b1.zip |
Update to version 1.10.1
PR: 12702
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>, maintainer
Diffstat (limited to 'devel/astyle/Makefile')
-rw-r--r-- | devel/astyle/Makefile | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile index de06cfc10efa..0f2ae5ca0d17 100644 --- a/devel/astyle/Makefile +++ b/devel/astyle/Makefile @@ -1,25 +1,30 @@ # New ports collection makefile for: astyle -# Version required: 1.6.0 +# Version required: 1.10.1 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/03 01:26:17 steve Exp $ # -DISTNAME= astyle_1.6.0 -PKGNAME= astyle-1.6.0 +DISTNAME= astyle_1.10.1_src +PKGNAME= astyle-1.10.1 CATEGORIES= devel textproc -MASTER_SITES= http://www.bigfoot.com/~davidsont/astyle/stable/src/ \ +MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ EXTRACT_SUFX= .tgz MAINTAINER= croyle@gelemna.ft-wayne.in.us -BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs - -WRKSRC= ${WRKDIR}/astyle-src +WRKSRC= ${WRKDIR}/astyle_1.10.1 ALL_TARGET= astyle +post-extract: + perl -pi -e 's/\r//' ${WRKSRC}/* + +post-patch: + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig + ${CP} -p ${FILESDIR}/Makefile ${WRKSRC}/ + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ |