Skip to content

Commit

Permalink
Convert to buildlink3.
Browse files Browse the repository at this point in the history
  • Loading branch information
snj committed Apr 25, 2004
1 parent 4a67b2d commit f0872fe
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions devel/asm2html/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2003/06/03 13:55:23 wiz Exp $
# $NetBSD: Makefile,v 1.5 2004/04/25 02:51:39 snj Exp $
#

DISTNAME= asm2html-1.4
Expand All @@ -10,7 +10,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://virtus.ath.cx/asm2html/
COMMENT= Tool to convert NASM source files to HTML

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES

.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions devel/pilrc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2004/04/06 19:23:35 dillo Exp $
# $NetBSD: Makefile,v 1.21 2004/04/25 02:53:46 snj Exp $
#

DISTNAME= pilrc-2.9p9
Expand Down Expand Up @@ -26,7 +26,7 @@ COMMENT= Generate resources for PalmOS applications from textual description
#EXTRACT_CMD= unzip -aq ${DOWNLOADED_DISTFILE}

USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES

DOCDIR= ${PREFIX}/share/doc/html/pilrc
Expand All @@ -36,7 +36,7 @@ DOCDIR= ${PREFIX}/share/doc/html/pilrc
PILRC_USE_GTK?= YES

.if ${PILRC_USE_GTK} == YES
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/gtk/buildlink3.mk"
PLIST_SUBST+= PILRCUI=''
.else
CONFIGURE_ARGS+=--disable-pilrcui
Expand Down
22 changes: 11 additions & 11 deletions graphics/dx/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2004/04/20 22:11:48 drochner Exp $
# $NetBSD: Makefile,v 1.26 2004/04/25 03:02:20 snj Exp $

DISTNAME= dx-4.3.2
CATEGORIES= graphics
Expand All @@ -8,7 +8,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://www.opendx.org/
COMMENT= Open Visualization Data Explorer

USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
USE_X11BASE= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
Expand All @@ -22,14 +22,14 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
MAKE_ENV+= ARCH=""
CONFIGURE_ENV+= ARCH=""

.include "../../devel/hdf/buildlink2.mk"
.include "../../devel/netcdf/buildlink2.mk"
.include "../../graphics/ImageMagick/buildlink2.mk"
.include "../../graphics/MesaLib/buildlink2.mk"
.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../mk/motif.buildlink2.mk"
.include "../../devel/hdf/buildlink3.mk"
.include "../../devel/netcdf/buildlink3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"

.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions print/chktex/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:50 wiz Exp $
# $NetBSD: Makefile,v 1.6 2004/04/25 03:00:50 snj Exp $
#

DISTNAME= chktex-1.6.1
Expand All @@ -12,12 +12,12 @@ COMMENT= LaTeX semantic checker

DEPENDS+= lynx-[0-9]*:../../www/lynx

USE_BUILDLINK2= YES
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_PERL5= YES
GNU_CONFIGURE= YES
CFLAGS+= -D__unix__
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"

.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions print/hpijs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2004/04/24 22:46:11 jlam Exp $
# $NetBSD: Makefile,v 1.12 2004/04/25 02:55:54 snj Exp $

DISTNAME= hpijs-1.5
CATEGORIES= print
Expand All @@ -10,7 +10,7 @@ COMMENT= HP inkjet printer driver server

CONFLICTS= ghostscript<=6.0.1nb4 ghostscript-nox11<=6.0.1nb4

USE_BUILDLINK2= # defined
USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
CPPFLAGS+= -DAPDK_BUFFER_SEND

Expand Down
4 changes: 2 additions & 2 deletions print/mpage/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2003/07/17 22:52:35 grant Exp $
# $NetBSD: Makefile,v 1.12 2004/04/25 02:52:29 snj Exp $
#

DISTNAME= mpage-2.5
Expand All @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= [email protected]
COMMENT= Print multiple pages per sheet of paper

USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
ALL_TARGET= default

.include "../../mk/bsd.prefs.mk"
Expand Down
6 changes: 3 additions & 3 deletions security/aide/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2003/07/21 17:20:04 martti Exp $
# $NetBSD: Makefile,v 1.13 2004/04/25 02:59:29 snj Exp $
#

DISTNAME= aide-0.9
Expand All @@ -13,11 +13,11 @@ COMMENT= Free intrusion detection system for checking file integrity
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17

USE_BUILDLINK2= # defined
USE_BUILDLINK3= yes

GNU_CONFIGURE= yes
#don't set YACC so configure can correctly find bison
YACC=

.include "../../security/mhash/buildlink2.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit f0872fe

Please sign in to comment.