diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-21 13:54:58 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-21 14:44:50 +0300 |
commit | 7df300a49961fb8fc2d0423738fbb387566370ba (patch) | |
tree | d10f304290a75837ae955a78b8fad834389451ce | |
parent | e37c2d602b3bfb39941e15ec14d7bfd523f5b25a (diff) | |
download | sciteco-7df300a49961fb8fc2d0423738fbb387566370ba.tar.gz |
FreeBSD port: I am now the maintainer and will try to submit it to the FreeBSD ports tree
* see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276492
* also the license is GPLv3+ to be precise
-rw-r--r-- | freebsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 3d02d14..9bd2c3b 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -4,11 +4,11 @@ CATEGORIES= editors textproc devel MASTER_SITES= https://github.com/rhaberkorn/${PORTNAME}/releases/download/v${DISTVERSION}/ \ SOURCEFORGE/${PORTNAME}/v${DISTVERSION}/ -MAINTAINER= bob@eager.cx +MAINTAINER= robin.haberkorn@googlemail.com COMMENT= Scintilla-based Text Editor and Corrector WWW= https://github.com/rhaberkorn/sciteco -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING FLAVORS= curses gtk |