diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 06:15:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 06:15:38 +0000 |
commit | 78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900 (patch) | |
tree | 240dcfbed9cae79c5104b276951d687b95562f00 /devel/ald/Makefile | |
parent | 4c1874e220c95a73da8d4fce0c10fe393f0ddd6e (diff) |
Update port: to version 0.1.7
PR: ports/89910
Submitted by: Patrick Alken <pa59@cornell.edu>
Notes
Notes:
svn path=/head/; revision=150341
Diffstat (limited to 'devel/ald/Makefile')
-rw-r--r-- | devel/ald/Makefile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/devel/ald/Makefile b/devel/ald/Makefile index 9e380c83d797..7e64302b1480 100644 --- a/devel/ald/Makefile +++ b/devel/ald/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: ald # Date created: 11 July 2003 -# Whom: Patrick Alken <pa59@cornell.edu> +# Whom: Patrick Alken <alken@colorado.edu> # # $FreeBSD$ # -PORTNAME= ald -PORTVERSION= 0.1.6 -CATEGORIES= devel -MASTER_SITES= http://ald.sourceforge.net/source/ +PORTNAME= ald +PORTVERSION= 0.1.7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= pa59@cornell.edu -COMMENT= Debugger for assembly level programs +MAINTAINER= alken@colorado.edu +COMMENT= Debugger for assembly level programs -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes -MAN8= ald.8 -PLIST_FILES= bin/ald -ONLY_FOR_ARCHS= i386 -NOPRECIOUSMAKEVARS=yes +MAN8= ald.8 +PLIST_FILES= bin/ald +ONLY_FOR_ARCHS= i386 +NOPRECIOUSMAKEVARS= yes .include <bsd.port.mk> |