summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-07-29 19:21:41 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-07-29 19:21:41 +0000
commit5be661ad827c88ae23cdf73dcefca6e4dc796a29 (patch)
treef3ab234299a7e6065b4f87546d0f1211813c1f76
parentFix gemspec for rubygem-tty-cursor 0.6.0 update (diff)
devel/elftoaout: Add LICENSE
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=475790
-rw-r--r--devel/elftoaout/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/elftoaout/Makefile b/devel/elftoaout/Makefile
index 147c7547611f..79e861a92ec1 100644
--- a/devel/elftoaout/Makefile
+++ b/devel/elftoaout/Makefile
@@ -10,6 +10,9 @@ DISTNAME= sparc-utils_1.9.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
WRKSRC= ${WRKDIR}/sparc-utils-1.9.orig/elftoaout-2.3
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/elftoaout \