26 lines
715 B
Makefile
26 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/12/08 16:04:20 adam Exp $
|
|
|
|
DISTNAME= xcpc-20070122
|
|
PKGREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= https://bitbucket.org/ponceto/xcpc/get/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/ponceto/xcpc/get/
|
|
COMMENT= Portable Amstrad CPC 464/664/6128 emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/ponceto-xcpc-90cd270f37be
|
|
|
|
USE_TOOLS+= automake pkg-config
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
set -e; cd ${WRKSRC}; \
|
|
libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../emulators/libdsk/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|