diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /graphics/linux-c6-sdl_ttf | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) | |
download | ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.tar.gz ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.zip |
Notes
Diffstat (limited to 'graphics/linux-c6-sdl_ttf')
-rw-r--r-- | graphics/linux-c6-sdl_ttf/Makefile | 31 | ||||
-rw-r--r-- | graphics/linux-c6-sdl_ttf/distinfo.i386 | 4 | ||||
-rw-r--r-- | graphics/linux-c6-sdl_ttf/distinfo.i686 | 4 |
3 files changed, 39 insertions, 0 deletions
diff --git a/graphics/linux-c6-sdl_ttf/Makefile b/graphics/linux-c6-sdl_ttf/Makefile new file mode 100644 index 000000000000..7fd710aec65a --- /dev/null +++ b/graphics/linux-c6-sdl_ttf/Makefile @@ -0,0 +1,31 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= sdl_ttf +PORTVERSION= 2.0.9 +CATEGORIES= graphics linux +MASTER_SITES= EPEL +DISTNAME= SDL_ttf-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-sdl_ttf-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +USE_LINUX_APPS= jpeg png sdl12 tiff +LINUX_NAME= SDL_ttf + +RPMVERSION= 6.el6 +USE_LDCONFIG= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README + +PLIST_FILES= usr/lib/libSDL_ttf-2.0.so.0 \ + usr/lib/libSDL_ttf-2.0.so.0.6.3 +DESCR= ${.CURDIR}/../linux-f10-sdl_ttf/pkg-descr + +.include <bsd.port.mk> diff --git a/graphics/linux-c6-sdl_ttf/distinfo.i386 b/graphics/linux-c6-sdl_ttf/distinfo.i386 new file mode 100644 index 000000000000..a1563343a877 --- /dev/null +++ b/graphics/linux-c6-sdl_ttf/distinfo.i386 @@ -0,0 +1,4 @@ +SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 8da4e1aebeefcd68b6d5684fac9cf361e56818691c8e73c39d5e1bcf090971de +SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.i386.rpm) = 45268 +SHA256 (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = dedfd510d6b8b314db97a8e0406e0481fa564f508dff177c65ae6fa3335a848a +SIZE (rpm/i386/fedora/10/SDL_image-1.2.6-6.fc9.src.rpm) = 1317840 diff --git a/graphics/linux-c6-sdl_ttf/distinfo.i686 b/graphics/linux-c6-sdl_ttf/distinfo.i686 new file mode 100644 index 000000000000..d1c4aeb0b117 --- /dev/null +++ b/graphics/linux-c6-sdl_ttf/distinfo.i686 @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.i686.rpm) = 22b0f9c7516899af396ac10c6cfb6902296c535629a09173e4eeeb17a275e37c +SIZE (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.i686.rpm) = 26672 +SHA256 (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.src.rpm) = a3d613dc29139227be9ef4d86ed5ae15494c58a9c51f5d02443a74939c6d5079 +SIZE (rpm/i686/centos/6.5/SDL_ttf-2.0.9-6.el6.src.rpm) = 3150704 |