diff options
author | shaun <shaun@FreeBSD.org> | 2006-09-02 05:34:14 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-09-02 05:34:14 +0800 |
commit | 0d036cb7c3190f317cd302f419f7cd80a0464cbc (patch) | |
tree | 355beb0145e8dd5c732235fa1264ca9ccc60a0b4 /graphics/sdl_ttf | |
parent | a7951193551cefc62c77c5bbe19d20279d0392a9 (diff) | |
download | freebsd-ports-gnome-0d036cb7c3190f317cd302f419f7cd80a0464cbc.tar.gz freebsd-ports-gnome-0d036cb7c3190f317cd302f419f7cd80a0464cbc.tar.zst freebsd-ports-gnome-0d036cb7c3190f317cd302f419f7cd80a0464cbc.zip |
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints.
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r-- | graphics/sdl_ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index eca56d1cdfcd..ae116d263136 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL_ttf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@FreeBSD.org COMMENT= A library to use TrueType fonts to render text in SDL applications LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 @@ -25,7 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin |