5b89e6054a
Upstream changes (no English changelog): 20140607: X11 dependent part: Change filenames of config file and status files for xnp21 binary built by --enable-build-all: - config files $(HOME)/.np2/np21rc - status files $(HOME)/.np2/sav/np21.sav $(HOME)/.np2/sav/np21.s00 etc.
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2014/06/20 20:11:27 tsutsui Exp $
|
|
|
|
SNAPSHOTDATE= 20140607
|
|
DISTNAME= xnp2-${SNAPSHOTDATE}
|
|
PKGNAME= xnp2-0.83pl${SNAPSHOTDATE}
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://www.nonakap.org/np2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://www.nonakap.org/np2/
|
|
COMMENT= Neko Project II PC-9801 emulator
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
CONFIGURE_DIRS= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-build-all
|
|
|
|
INSTALLATION_DIRS+= share/doc/xnp2 ${PKGMANDIR}/ja/man1
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/x11/README.ja \
|
|
${DESTDIR}${PREFIX}/share/doc/xnp2
|
|
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnp2.1j \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja/man1/xnp2.1
|
|
${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xnp21.1j \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja/man1/xnp21.1
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|