1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/comms/ems-flasher/Makefile
Baptiste Daroussin f774d52216 From PR:
Stage support,
Update master site

From me:
Convert to USES=tgz
Remove check for unsupported FreeBSD version

PR:		ports/189640
Submitted by:	Nicole Reid <root@cooltrainer.org>
2014-05-11 22:37:12 +00:00

27 lines
568 B
Makefile

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