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>
This commit is contained in:
parent
559d220a2a
commit
f774d52216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353741
1 changed files with 5 additions and 13 deletions
|
@ -5,30 +5,22 @@ PORTNAME= ems-flasher
|
|||
PORTVERSION= 0.03
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://lacklustre.net/redmine/attachments/download/10/ \
|
||||
http://update.cooltrainer.org/freebsd-ports/comms/ems-flasher/
|
||||
EXTRACT_SUFX= .tgz
|
||||
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
|
||||
USES= gmake tar:tgz
|
||||
CFLAGS+= -g -Wall
|
||||
LDFLAGS+= -lusb
|
||||
USE_GCC= yes
|
||||
|
||||
PLIST_FILES= bin/ems-flasher
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800069
|
||||
IGNORE= does not compile with the old USB stack
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ems-flasher ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue