aboutsummaryrefslogtreecommitdiff
path: root/devel/jtag
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-18 11:23:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-18 11:23:36 +0000
commit8023e0b4d13fb9651f00866bd8657bec7a433ca4 (patch)
tree0258ca003d3c0db73402452ebe18275c02e725ee /devel/jtag
parent6fa91469ee91f473b253ae7ddd08ebf203313c9d (diff)
downloadports-8023e0b4d13fb9651f00866bd8657bec7a433ca4.tar.gz
ports-8023e0b4d13fb9651f00866bd8657bec7a433ca4.zip
Notes
Diffstat (limited to 'devel/jtag')
-rw-r--r--devel/jtag/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/jtag/Makefile b/devel/jtag/Makefile
index 8c89faf4f8c4..8afad59505ff 100644
--- a/devel/jtag/Makefile
+++ b/devel/jtag/Makefile
@@ -11,19 +11,17 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to work with JTAG-aware boards
LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${OPENWINCE_INCLUDE_DEP}:${PORTSDIR}/devel/openwince-include
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+ONLY_FOR_ARCHS= i386
USES= readline tar:bzip2
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
PORTDOCS= *
-ONLY_FOR_ARCHS= i386
OPENWINCE_INCLUDE=${LOCALBASE}/include/openwince
OPENWINCE_INCLUDE_DEP=${OPENWINCE_INCLUDE}/common.h
@@ -38,7 +36,7 @@ post-extract:
"s,/usr/local/include/openwince,${OPENWINCE_INCLUDE}," \
${WRKSRC}/configure
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} README TODO doc/internals.xml \
${STAGEDIR}${DOCSDIR})