mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/sdl2_pango: Add new port
SDL2_Pango is a library for graphically rendering internationalized and tagged text in SDL2 using TrueType fonts.
This commit is contained in:
parent
933503f952
commit
865ef671bb
5 changed files with 37 additions and 0 deletions
|
@ -223,6 +223,7 @@
|
|||
SUBDIR += scenefx
|
||||
SUBDIR += scintilla
|
||||
SUBDIR += sdl_pango
|
||||
SUBDIR += sdl2_pango
|
||||
SUBDIR += shared-desktop-ontologies
|
||||
SUBDIR += skinlf
|
||||
SUBDIR += soqt
|
||||
|
|
25
x11-toolkits/sdl2_pango/Makefile
Normal file
25
x11-toolkits/sdl2_pango/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
PORTNAME= sdl2_pango
|
||||
PORTVERSION= 2.1.5
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Graphically rendering internationalized and tagged text in SDL2
|
||||
WWW= https://github.com/markuskimius/SDL2_Pango
|
||||
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gnome libtool pathfix pkgconfig sdl
|
||||
USE_SDL= sdl2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= markuskimius
|
||||
GH_PROJECT= SDL2_Pango
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pango
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/sdl2_pango/distinfo
Normal file
3
x11-toolkits/sdl2_pango/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1717400660
|
||||
SHA256 (markuskimius-SDL2_Pango-v2.1.5_GH0.tar.gz) = 3b3fe6008445feb1fca61b17b9d950d688e49dcca60dbbf8667c0f980ddfc563
|
||||
SIZE (markuskimius-SDL2_Pango-v2.1.5_GH0.tar.gz) = 643659
|
2
x11-toolkits/sdl2_pango/pkg-descr
Normal file
2
x11-toolkits/sdl2_pango/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
SDL2_Pango is a library for graphically rendering internationalized and
|
||||
tagged text in SDL2 using TrueType fonts.
|
6
x11-toolkits/sdl2_pango/pkg-plist
Normal file
6
x11-toolkits/sdl2_pango/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
include/SDL2_Pango.h
|
||||
lib/libSDL2_Pango.a
|
||||
lib/libSDL2_Pango.so
|
||||
lib/libSDL2_Pango.so.4
|
||||
lib/libSDL2_Pango.so.4.1.0
|
||||
libdata/pkgconfig/SDL2_Pango.pc
|
Loading…
Add table
Reference in a new issue