aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ems-flasher/Makefile
blob: 75e1accd85bb989fc421b7842c402c5d60396d44 (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
# Created by: Nicole Reid <root@cooltrainer.org>
# $FreeBSD$

PORTNAME=   ems-flasher
PORTVERSION=    0.03
PORTREVISION=   4
CATEGORIES= comms
MASTER_SITES=   http://lacklustre.net/projects/ems-flasher/ \
        https://cooltrainer.org/freebsd-ports/ems-flasher/

MAINTAINER= root@cooltrainer.org
COMMENT=    Utility to flash ROM images to the EMS USB 64mb flash cart

LICENSE=    MIT

USES=       gmake tar:tgz
CFLAGS+=    -g -Wall
LDFLAGS+=   -lusb
USE_GCC=    yes

PLIST_FILES=    bin/ems-flasher

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>