mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Adjust Makefile header and define LICENSE knob
- Simplify BUILD_DEPENDS, add a comment - Reformat port description while I am here
This commit is contained in:
parent
70a45cc4f9
commit
7ed0cf0ba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305027
@ -1,4 +1,4 @@
|
||||
# Created by: Bruce M. Simpson
|
||||
# Created by: Bruce M. Simpson <bms@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= urjtag
|
||||
@ -10,7 +10,9 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Extended utility to work with JTAG-aware boards
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
@ -62,6 +64,7 @@ CONFIGURE_ARGS+=--disable-nls
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# Suppress svn(1) binary detection
|
||||
@${REINPLACE_CMD} -e 's|^SVN=.*|SVN=''|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
UrJTAG aims to create an enhanced, modern tool for communicating over
|
||||
JTAG with flash chips, CPUs, and many more. It takes on the well proven
|
||||
openwince jtag tools code.
|
||||
UrJTAG aims to create an enhanced, modern tool for communicating over JTAG
|
||||
interface with flash chips, CPUs, and many more. It takes on well proven
|
||||
openwince JTAG tools code.
|
||||
|
||||
WWW: http://urjtag.org/
|
||||
WWW: http://urjtag.org/
|
||||
|
Loading…
Reference in New Issue
Block a user