diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-12 06:37:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-12 06:37:12 +0800 |
commit | ddbefb0fdc20963452b6f7cfa34abcd560af8c10 (patch) | |
tree | 37864e56587f8dc5e235a434a0b1910738b56658 /comms/ems-flasher | |
parent | b40543b5a83a3f42040538f79f31dd4d852009c6 (diff) | |
download | freebsd-ports-gnome-ddbefb0fdc20963452b6f7cfa34abcd560af8c10.tar.gz freebsd-ports-gnome-ddbefb0fdc20963452b6f7cfa34abcd560af8c10.tar.zst freebsd-ports-gnome-ddbefb0fdc20963452b6f7cfa34abcd560af8c10.zip |
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>
Diffstat (limited to 'comms/ems-flasher')
-rw-r--r-- | comms/ems-flasher/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/comms/ems-flasher/Makefile b/comms/ems-flasher/Makefile index 0425ada05b29..15a0a8169b83 100644 --- a/comms/ems-flasher/Makefile +++ b/comms/ems-flasher/Makefile @@ -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> |