d26cf36e57
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
30 lines
842 B
Makefile
30 lines
842 B
Makefile
# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:36 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= x48_041
|
|
PKGNAME= x48-0.4.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://home.earthlink.net/~rmmlgetz/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://home.earthlink.net/~rmmlgetz/
|
|
COMMENT= HP48 emulator
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_IMAKE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x48/romdump
|
|
cd ${WRKSRC}/doc && \
|
|
${INSTALL_MAN} CARDS.doc INSTALLING ROMDump.doc \
|
|
${PREFIX}/share/doc/x48
|
|
cd ${WRKSRC}/romdump && \
|
|
${INSTALL_MAN} README ${PREFIX}/share/doc/x48/romdump && \
|
|
${INSTALL_DATA} ROMDump ROMDump.s \
|
|
${PREFIX}/share/doc/x48/romdump
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|