summaryrefslogtreecommitdiff
path: root/emulators/xcpc/Makefile
blob: dd45809a7fbda7ddd946b794ee60592ccf42b951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $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"