-
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
0865b39
commit bffc80c
Showing
18 changed files
with
52 additions
and
56 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.4 2004/04/11 05:48:34 kim Exp $ | ||
# $NetBSD: Makefile,v 1.5 2004/04/11 06:03:15 snj Exp $ | ||
# | ||
|
||
DISTNAME= icecast-1.3.12 | ||
|
@@ -10,7 +10,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.icecast.org/ | ||
COMMENT= Internet broadcasting system using Mpeg Layer III streaming | ||
|
||
USE_BUILDLINK2= # defined | ||
USE_BUILDLINK3= # defined | ||
GNU_CONFIGURE= # defined | ||
USE_PKGINSTALL= yes | ||
|
||
|
@@ -52,18 +52,13 @@ pre-configure: | |
-e 's/@CHUNKLEN@/${ICECAST_CHUNKLEN}/' \ | ||
${WRKSRC}/src/icetypes.h.bak > ${WRKSRC}/src/icetypes.h | ||
|
||
.include "../../devel/readline/buildlink2.mk" | ||
.include "../../devel/readline/buildlink3.mk" | ||
.include "../../lang/python/application.mk" | ||
.include "../../security/tcp_wrappers/buildlink2.mk" | ||
.include "../../mk/pthread.buildlink2.mk" | ||
|
||
.include "../../devel/readline/buildlink2.mk" | ||
.include "../../lang/python/application.mk" | ||
.include "../../security/tcp_wrappers/buildlink2.mk" | ||
.include "../../mk/pthread.buildlink2.mk" | ||
.include "../../security/tcp_wrappers/buildlink3.mk" | ||
.include "../../mk/pthread.buildlink3.mk" | ||
|
||
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") | ||
. include "../../devel/unproven-pthreads/buildlink2.mk" | ||
. include "../../devel/unproven-pthreads/buildlink3.mk" | ||
.endif | ||
|
||
.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.15 2004/01/22 07:49:20 grant Exp $ | ||
# $NetBSD: Makefile,v 1.16 2004/04/11 05:59:14 snj Exp $ | ||
|
||
DISTNAME= micq-0.4.10.3 | ||
PKGREVISION= 1 | ||
|
@@ -11,9 +11,9 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.micq.org/ | ||
COMMENT= Text-mode ICQ client | ||
|
||
USE_BUILDLINK2= YES | ||
USE_BUILDLINK3= YES | ||
USE_GNU_TOOLS+= make | ||
GNU_CONFIGURE= YES | ||
|
||
.include "../../devel/gettext-lib/buildlink2.mk" | ||
.include "../../devel/gettext-lib/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
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.10 2004/02/02 09:30:15 grant Exp $ | ||
# $NetBSD: Makefile,v 1.11 2004/04/11 06:07:52 snj Exp $ | ||
# | ||
|
||
DISTNAME= tirc-1.2 | ||
|
@@ -7,9 +7,10 @@ CATEGORIES= chat | |
MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/irc/tirc/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://home.mayn.de/jean-luc/alt/tirc/ | ||
COMMENT= Token's 'Internet Relay Chat' Client | ||
|
||
USE_BUILDLINK2= YES | ||
USE_BUILDLINK3= YES | ||
GNU_CONFIGURE= YES | ||
|
||
CONFIGURE_ARGS+="--with-ansi-colours" | ||
|
@@ -32,5 +33,5 @@ post-install: | |
${INSTALL_DATA_DIR} ${PREFIX}/share/tirc | ||
${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${PREFIX}/share/tirc/tircrc | ||
|
||
.include "../../devel/ncurses/buildlink2.mk" | ||
.include "../../devel/ncurses/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
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
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.30 2004/01/27 00:53:12 heinz Exp $ | ||
# $NetBSD: Makefile,v 1.31 2004/04/11 06:19:05 snj Exp $ | ||
# | ||
|
||
DISTNAME= fidogate-4.4.5 | ||
|
@@ -9,7 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.fidogate.org/ | ||
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway | ||
|
||
USE_BUILDLINK2= yes | ||
USE_BUILDLINK3= yes | ||
USE_PKGINSTALL= yes | ||
USE_GNU_TOOLS+= make | ||
MAKE_ENV= DEBUG="${CFLAGS} -Werror" | ||
|
@@ -65,5 +65,5 @@ post-install: | |
${INSTALL_DATA} ${WRKSRC}/doc/fidogate.txt ${PREFIX}/share/doc/fidogate | ||
${INSTALL_DATA} ${WRKSRC}/fidogate.conf ${EGDIR} | ||
|
||
.include "../../lang/perl5/buildlink2.mk" | ||
.include "../../lang/perl5/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
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 2003/09/02 12:48:33 seb Exp $ | ||
# $NetBSD: Makefile,v 1.6 2004/04/11 06:25:18 snj Exp $ | ||
# | ||
|
||
DISTNAME= linuxsms-0.65 | ||
|
@@ -9,7 +9,7 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://linuxsms.sourceforge.net/ | ||
COMMENT= Perl script to send short messages to GSM phones | ||
|
||
USE_BUILDLINK2= yes | ||
USE_BUILDLINK3= yes | ||
USE_PERL5= yes | ||
NO_BUILD= yes | ||
|
||
|
@@ -24,5 +24,5 @@ do-install: | |
.endfor | ||
.undef f | ||
|
||
.include "../../lang/perl5/buildlink2.mk" | ||
.include "../../lang/perl5/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
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.11 2003/07/17 21:26:53 grant Exp $ | ||
# $NetBSD: Makefile,v 1.12 2004/04/11 06:51:20 snj Exp $ | ||
|
||
DISTNAME= modemd-970221 | ||
PKGNAME= modemd-19970221 | ||
|
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.vix.com/pub/modemd/ | |
MAINTAINER= [email protected] | ||
COMMENT= Replacement getty for dialup ttys and a modem server | ||
|
||
USE_BUILDLINK2= # defined | ||
USE_BUILDLINK3= # defined | ||
MANCOMPRESSED_IF_MANZ= # defined | ||
|
||
pre-install: | ||
|
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
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