aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/darcnes/Makefile
blob: b237fb76716a32f62d4b3442333813dce934f2e2 (plain) (blame)
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
27
28
# New ports collection makefile for:   darcnes
# Date created:        22 April 2001
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   darcnes
PORTVERSION=    9b0401
CATEGORIES= emulators
MASTER_SITES=   http://www.dridus.com/~nyef/darcnes/download/
DISTNAME=   dn${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= nakai@FreeBSD.org
COMMENT=    multi-system emulator

WRKSRC=     ${WRKDIR}/${PORTNAME}

NO_CDROM=   Commercial use is restricted

USE_X_PREFIX=   yes
USE_GMAKE=  yes

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin

.include <bsd.port.mk>