diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-06-16 21:03:57 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-06-16 21:03:57 +0000 |
commit | dd3adcb19b921b14b4ecd382efaa57d6b5b45e40 (patch) | |
tree | cdefd2d912d7b36b6b3615d24cd179d15cb3db12 /devel/allegro/Makefile | |
parent | d1c5ad25e4c4c459ec1003fd9abe186cebf4c898 (diff) |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
- Pass maintainership to koalative at gmail.com
devel/allegro
- Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org>
- Pass maintainership to koalative at gmail.com
devel/allegro-devel
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
emulators/q4wine
- Remove not needed linie
- Pass maintainership to koalative at gmail.com
emulators/swine
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
finance/venice
- Pass maintainership to koalative at gmail.com
graphics/glfw
- Pass maintainership to koalative at gmail.com
graphics/glfw2
- Pass maintainership to koalative at gmail.com
graphics/xsane
- Pass maintainership to koalative at gmail.com
textproc/loook
- Pass maintainership to koalative at gmail.com
Notes
Notes:
svn path=/head/; revision=358053
Diffstat (limited to 'devel/allegro/Makefile')
-rw-r--r-- | devel/allegro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 46a9c07dab8d..0a30a1a5aa2e 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -1,3 +1,4 @@ +# Created by: Jimmy Olgeni <olgeni@FreeBSD.org> # $FreeBSD$ PORTNAME= allegro @@ -9,7 +10,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Cross-platform library for games and multimedia programming LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ |