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 24, 2004
1 parent 1ef90e5 commit 8ec7d29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions graphics/g3d/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2004/04/14 19:30:22 jmmv Exp $
# $NetBSD: Makefile,v 1.18 2004/04/24 23:13:50 snj Exp $
#

DISTNAME= g3d-0.0.2
Expand All @@ -16,13 +16,13 @@ USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= yes
USE_BUILDLINK3= yes

post-configure:
@${LN} -s ${WRKSRC}/b3d/src ${WRKSRC}/g3d/b3d

.include "../../graphics/glu/buildlink2.mk"
.include "../../x11/gtkglarea/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/gtkglarea/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions graphics/geomview/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2003/12/30 17:21:55 cjep Exp $
# $NetBSD: Makefile,v 1.29 2004/04/24 23:11:10 snj Exp $

DISTNAME= geomview-1.8.1
PKGREVISION= 3
Expand All @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.geomview.org/
COMMENT= Interactive geometry viewing program

USE_BUILDLINK2= yes
USE_BUILDLINK3= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes

Expand Down Expand Up @@ -40,8 +40,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/html/pix/* \
${PREFIX}/share/doc/html/geomview/pix

.include "../../graphics/MesaLib/buildlink2.mk"
.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/motif.buildlink2.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"

.include "../../mk/bsd.pkg.mk"

0 comments on commit 8ec7d29

Please sign in to comment.