aboutsummaryrefslogtreecommitdiff
path: root/devel/ald/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 06:15:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 06:15:38 +0000
commit78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900 (patch)
tree240dcfbed9cae79c5104b276951d687b95562f00 /devel/ald/Makefile
parent4c1874e220c95a73da8d4fce0c10fe393f0ddd6e (diff)
downloadports-78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900.tar.gz
ports-78a4a87f29f4c8184e3f5cca9c9c2cae6f3c7900.zip
Notes
Diffstat (limited to 'devel/ald/Makefile')
-rw-r--r--devel/ald/Makefile25
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>