diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-06-04 22:14:21 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-06-04 22:14:21 +0800 |
commit | 06be74b73ade7cd05414f355fb9aeebf4c04506f (patch) | |
tree | 8d1f72bb3fe49e86f6dc1a2a35388378cd9b0355 /graphics/radius-engine | |
parent | f0dfcb70097f0a492086db8578b1e9d7f2958618 (diff) | |
download | freebsd-ports-gnome-06be74b73ade7cd05414f355fb9aeebf4c04506f.tar.gz freebsd-ports-gnome-06be74b73ade7cd05414f355fb9aeebf4c04506f.tar.zst freebsd-ports-gnome-06be74b73ade7cd05414f355fb9aeebf4c04506f.zip |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
deskutils/py-send2trash
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Change license BSD to BSD3CLAUSE
- Use USE_PYDISTUTILS=yes instead of easy_install
- Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST
graphics/founts
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Add REINPLACE, fix ELAST
- Change distinfo, remove supplied icon
graphics/py-pyggel
- Pass maintainership to koalative at gmail.com
graphics/radius-engine
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
irc/py-fishcrypt
- Pass maintainership to koalative at gmail.com
sysutils/gigolo
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove TODO from DOCS
- Remove useless .include <bsd.port.options.mk>
- Change pkg-plist, remove mtree
Diffstat (limited to 'graphics/radius-engine')
-rw-r--r-- | graphics/radius-engine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index 9bebc34ae5e7..9fdfad17c1bf 100644 --- a/graphics/radius-engine/Makefile +++ b/graphics/radius-engine/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= radius-engine @@ -7,12 +7,12 @@ PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL LICENSE= MIT -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs |