-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
084660e
commit ac803da
Showing
9 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.3 1999/07/05 01:59:36 hubertf Exp $ | ||
# $NetBSD: Makefile,v 1.4 1999/07/13 01:20:11 jlam Exp $ | ||
# | ||
|
||
DISTNAME= id3ed-1.9 | ||
|
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.azstarnet.com/~donut/programs.html | ||
|
||
DEPENDS+= readline-2.2:../../devel/readline | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
|
||
GNU_CONFIGURE= YES | ||
USE_GMAKE= YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.9 1999/04/14 05:47:45 tsarna Exp $ | ||
# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:12 jlam Exp $ | ||
# | ||
|
||
DISTNAME= py152 | ||
|
@@ -12,7 +12,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.python.org/doc/tut/interacting.html | ||
|
||
DEPENDS+= python-1.5.2:../../lang/python | ||
DEPENDS+= readline-2.2:../../devel/readline | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
|
||
DIST_SUBDIR= python | ||
ALL_TARGET= default | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.16 1999/06/20 21:06:21 tron Exp $ | ||
# $NetBSD: Makefile,v 1.17 1999/07/13 01:20:13 jlam Exp $ | ||
# | ||
|
||
DISTNAME= coda-5.2.4 | ||
|
@@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.coda.cs.cmu.edu/ | ||
|
||
DEPENDS= gdbm-1.7.3:../../databases/gdbm \ | ||
readline-2.2:../../devel/readline | ||
DEPENDS+= gdbm-1.7.3:../../databases/gdbm | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
|
||
ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-ns32k | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.16 1999/06/20 21:06:21 tron Exp $ | ||
# $NetBSD: Makefile,v 1.17 1999/07/13 01:20:13 jlam Exp $ | ||
# | ||
|
||
DISTNAME= coda-5.2.4 | ||
|
@@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.coda.cs.cmu.edu/ | ||
|
||
DEPENDS= gdbm-1.7.3:../../databases/gdbm \ | ||
readline-2.2:../../devel/readline | ||
DEPENDS+= gdbm-1.7.3:../../databases/gdbm | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
|
||
ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-ns32k | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:46 tv Exp $ | ||
# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:13 jlam Exp $ | ||
# | ||
|
||
DISTNAME= coda-4.6.6 | ||
|
@@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.coda.cs.cmu.edu/ | ||
|
||
DEPENDS= gdbm-1.7.3:../../databases/gdbm \ | ||
readline-2.2:../../devel/readline | ||
DEPENDS+= gdbm-1.7.3:../../databases/gdbm | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
|
||
ONLY_FOR_PLATFORM= NetBSD-*-* | ||
NOT_FOR_PLATFORM= NetBSD-*-alpha # needs custom asm. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.9 1999/05/24 20:39:46 tv Exp $ | ||
# $NetBSD: Makefile,v 1.10 1999/07/13 01:20:13 jlam Exp $ | ||
# | ||
|
||
DISTNAME= coda-4.6.6 | ||
|
@@ -10,8 +10,8 @@ EXTRACT_SUFX= .tgz | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.coda.cs.cmu.edu/ | ||
|
||
DEPENDS= gdbm-1.7.3:../../databases/gdbm \ | ||
readline-2.2:../../devel/readline | ||
DEPENDS+= gdbm-1.7.3:../../databases/gdbm | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
|
||
ONLY_FOR_PLATFORM= NetBSD-*-* | ||
NOT_FOR_PLATFORM= *-*-alpha # needs custom asm. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.6 1999/05/20 20:09:51 tron Exp $ | ||
# $NetBSD: Makefile,v 1.7 1999/07/13 01:20:14 jlam Exp $ | ||
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp | ||
# | ||
|
||
|
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.amanda.org/ | ||
|
||
DEPENDS+= readline-2.2:../../devel/readline | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
DEPENDS+= gtar-1.12:../../archivers/gtar | ||
DEPENDS+= amanda-common-2.4.1p1:../amanda-common | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.7 1999/05/20 20:09:52 tron Exp $ | ||
# $NetBSD: Makefile,v 1.8 1999/07/13 01:20:14 jlam Exp $ | ||
# FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp | ||
# | ||
|
||
|
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.amanda.org/ | ||
|
||
DEPENDS+= readline-2.2:../../devel/readline | ||
DEPENDS+= readline-4.0:../../devel/readline | ||
DEPENDS+= gnuplot-3.7:../../graphics/gnuplot | ||
DEPENDS+= amanda-common-2.4.1p1:../amanda-common | ||
|
||
|