-
Notifications
You must be signed in to change notification settings - Fork 160
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
snj
committed
Apr 11, 2004
1 parent
7f306eb
commit 0865b39
Showing
7 changed files
with
38 additions
and
18 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
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.8 2003/10/24 21:12:18 jwise Exp $ | ||
# $NetBSD: Makefile,v 1.9 2004/04/11 05:50:10 snj Exp $ | ||
# | ||
|
||
DISTNAME= i2cbd-2.0_BETA1 | ||
|
@@ -9,7 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.draga.com/~jwise/i2cb/ | ||
COMMENT= Next generation Internet Citizens Band chat server | ||
|
||
USE_BUILDLINK2= YES | ||
USE_BUILDLINK3= YES | ||
USE_PKGINSTALL= YES | ||
|
||
.include "../../mk/bsd.prefs.mk" | ||
|
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
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 2004/02/14 17:21:34 jlam Exp $ | ||
# $NetBSD: Makefile,v 1.8 2004/04/11 05:55:45 snj Exp $ | ||
# | ||
|
||
DISTNAME= libirc-0.2 | ||
|
@@ -8,11 +8,11 @@ MASTER_SITES= http://www.cs.kau.se/~jorgen/software/ | |
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.cs.kau.se/~jorgen/software/ | ||
COMMENT= libirc is a C-library for the IRC protocol | ||
COMMENT= C library for the IRC protocol | ||
|
||
GNU_CONFIGURE= yes | ||
USE_BUILDLINK2= yes | ||
USE_BUILDLINK3= yes | ||
USE_LIBTOOL= yes | ||
|
||
.include "../../devel/glib/buildlink2.mk" | ||
.include "../../devel/glib/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# $NetBSD: buildlink3.mk,v 1.1 2004/04/11 05:55:45 snj Exp $ | ||
|
||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ | ||
LIBIRC_BUILDLINK3_MK:= ${LIBIRC_BUILDLINK3_MK}+ | ||
|
||
.if !empty(BUILDLINK_DEPTH:M+) | ||
BUILDLINK_DEPENDS+= libirc | ||
.endif | ||
|
||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibirc} | ||
BUILDLINK_PACKAGES+= libirc | ||
|
||
.if !empty(LIBIRC_BUILDLINK3_MK:M+) | ||
BUILDLINK_DEPENDS.libirc+= libirc>=0.2nb1 | ||
BUILDLINK_PKGSRCDIR.libirc?= ../../chat/libirc | ||
.endif # LIBIRC_BUILDLINK3_MK | ||
|
||
.include "../../devel/glib/buildlink3.mk" | ||
|
||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |
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.5 2004/01/22 07:49:20 grant Exp $ | ||
# $NetBSD: Makefile,v 1.6 2004/04/11 05:57:30 snj Exp $ | ||
# | ||
|
||
DISTNAME= ninja-1.5.8.1 | ||
|
@@ -9,7 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://ninja.qoop.org/ | ||
COMMENT= Another IRC client based on ircII | ||
|
||
USE_BUILDLINK2= YES | ||
USE_BUILDLINK3= YES | ||
GNU_CONFIGURE= YES | ||
USE_GNU_TOOLS+= make | ||
|
||
|