Skip to content

Commit

Permalink
Modular Xorg support.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed Feb 19, 2007
1 parent 9506323 commit 75136e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions emulators/fmsx/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2006/10/04 21:38:37 wiz Exp $
# $NetBSD: Makefile,v 1.23 2007/02/19 11:55:43 joerg Exp $

DISTNAME= fMSX24.tar
PKGNAME= fmsx-2.4
Expand Down Expand Up @@ -36,8 +36,6 @@ MAKE_ENV+= DEFS=${DEFS:Q}

INSTALLATION_DIRS= bin

.include "../../mk/x11.buildlink3.mk"

post-extract:
@${RM} ${WRKSRC}/CMOS.ROM
@${CHMOD} -R a+r ${WRKSRC}
Expand All @@ -54,6 +52,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.ROM ${PREFIX}/share/fmsx
${INSTALL_DATA} ${WRKSRC}/fMSX.html ${PREFIX}/share/doc/html

.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

# XXX It would be nice to customize for each user's display, but this
Expand Down
10 changes: 7 additions & 3 deletions emulators/gnuboy/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:01 joerg Exp $
# $NetBSD: Makefile,v 1.10 2007/02/19 11:56:55 joerg Exp $

DISTNAME= gnuboy-1.0.3
PKGREVISION= 2
Expand All @@ -13,8 +13,6 @@ GNU_CONFIGURE= yes

INSTALLATION_DIRS= bin

.include "../../mk/x11.buildlink3.mk"

do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuboy
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnuboy
Expand All @@ -24,4 +22,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs/* \
${PREFIX}/share/doc/gnuboy/

BUILDLINK_DEPMETHOD.libXt?= build

.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 75136e2

Please sign in to comment.