freebsd-ports/lang/retro12/Makefile
Thomas Zander 6a34a51108 Update to upstream version 2018.4.20
Details:
  - The Makefile was simplified after working with the upstream developer
    to integrate some improvements into the release.
  - CONFLICTS_INSTALL were added.
  - Patches were removed as they are no longer needed.

Release notes:
  - http://forthworks.com:8000/artifact/9bd7d3eda271788f

PR:		227665
Submitted by:	0mp (maintainer)
2018-04-21 09:30:22 +00:00

53 lines
965 B
Makefile

# $FreeBSD$
PORTNAME= retro12
DISTVERSION= 2018.4.20
CATEGORIES= lang
MASTER_SITES= https://forthworks.com/retro/r/
DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Clean, elegant, and pragmatic dialect of Forth
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE.md
# Conflicting files: bin/listener bin/repl bin/ri
CONFLICTS_INSTALL= audio/listener mail/nmh japanese/mh lang/ruby
USES= ncurses
MAKE_ENV= DATADIR=${DATADIR} \
DESTDIR=${DESTDIR} \
DOCSDIR=${DOCSDIR} \
EXAMPLESDIR=${EXAMPLESDIR} \
PREFIX=${PREFIX}
OPTIONS_DEFINE= DOCS EXAMPLES
PLIST_FILES= bin/embedimage \
bin/extend \
bin/injectimage-js \
bin/listener \
bin/muri \
bin/repl \
bin/ri \
bin/rre \
bin/unu
PORTDATA= RETRO12.html \
glossary.forth \
ngaImage \
tests \
words.tsv
PORTDOCS= doc \
literate \
README.md \
RELEASE_NOTES.md
PORTEXAMPLES= example
INSTALL_TARGET= install-strip
TEST_TARGET= test
.include <bsd.port.mk>