diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-14 15:02:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-14 15:02:00 +0800 |
commit | 4cf37c10bd13247c2a7d120f73584d983742c0c3 (patch) | |
tree | a024d2dec3b8b8ab6f70e2b5e64e683387738cc0 /emulators/hercules | |
parent | 6f8bd435713ae6397c7d0ccc671e78aa3098041a (diff) | |
download | freebsd-ports-gnome-4cf37c10bd13247c2a7d120f73584d983742c0c3.tar.gz freebsd-ports-gnome-4cf37c10bd13247c2a7d120f73584d983742c0c3.tar.zst freebsd-ports-gnome-4cf37c10bd13247c2a7d120f73584d983742c0c3.zip |
- Add LICENSE
- Remove useless options.mk inclusion
- Fix WWW:
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 7 | ||||
-rw-r--r-- | emulators/hercules/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index eca50544ecba..62a5176e6b1f 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -9,6 +9,11 @@ MASTER_SITES= http://downloads.hercules-390.eu/ MAINTAINER= ports@FreeBSD.org COMMENT= System/370, ESA/390, and z/Architecture Emulator +LICENSE= QPL +LICENSE_NAME= Q PUBLIC LICENSE version 1.0 +LICENSE_TEXT= Please refer to: http://www.hercules-390.org/herclic.html for details +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + # :keepla because port uses lt_dlopen USES= iconv libtool:keepla perl5 shebangfix SHEBANG_FILES= util/bldlvlck @@ -18,8 +23,6 @@ CONFIGURE_ARGS= --disable-optimization OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ 's|SOL_TCP|IPPROTO_TCP|g' ${WRKSRC}/hscutl.c diff --git a/emulators/hercules/pkg-descr b/emulators/hercules/pkg-descr index 9695c2016497..972e606193e8 100644 --- a/emulators/hercules/pkg-descr +++ b/emulators/hercules/pkg-descr @@ -7,4 +7,4 @@ Jaeger designed and implemented many of the advanced features of Hercules, including dynamic reconfiguration, integrated console, interpretive execution and z/Architecture support. -WWW: http://www.hercules-390.eu +WWW: http://www.hercules-390.eu/ |