1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/comms/ems-flasher/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

27 lines
568 B
Makefile

# Created by: Nicole Reid <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= ems-flasher
PORTVERSION= 0.03
PORTREVISION= 7
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>