x11-toolkits/gtkd: Add new port
GtkD is a D binding and OO wrapper of GTK+ and is released on the LGPL license. GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. WWW: https://gtkd.org/index.html
This commit is contained in:
parent
7881fb1bc3
commit
dfa443b121
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553558
@ -38,6 +38,7 @@
|
||||
SUBDIR += gtk30
|
||||
SUBDIR += gtkada
|
||||
SUBDIR += gtkada3
|
||||
SUBDIR += gtkd
|
||||
SUBDIR += gtkdatabox
|
||||
SUBDIR += gtkextra
|
||||
SUBDIR += gtkglarea2
|
||||
|
27
x11-toolkits/gtkd/Makefile
Normal file
27
x11-toolkits/gtkd/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtkd
|
||||
PORTVERSION= 3.9.0
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= https://gtkd.org/Downloads/sources/
|
||||
DISTNAME= GtkD-${PORTVERSION}
|
||||
|
||||
MAINTAINER= romain@FreeBSD.org
|
||||
COMMENT= D binding and OO wrapper of GTK+
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ldc2:lang/ldc
|
||||
|
||||
USES= gmake zip
|
||||
WRKSRC= ${WRKDIR}
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
SSP_UNSAFE= ldc2 does not support -fstack-protector-strong
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's:\$$(libdir)/pkgconfig:$$(prefix)/libdata/pkgconfig:' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/gtkd/distinfo
Normal file
3
x11-toolkits/gtkd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1570553189
|
||||
SHA256 (GtkD-3.9.0.zip) = 97d2ce1617a4e88aaab9c9b1519c8f7faebb5351c0657bd1012d2cce2fc56863
|
||||
SIZE (GtkD-3.9.0.zip) = 4576099
|
6
x11-toolkits/gtkd/pkg-descr
Normal file
6
x11-toolkits/gtkd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
GtkD is a D binding and OO wrapper of GTK+ and is released on the LGPL license.
|
||||
|
||||
GTK+ is a highly usable, feature rich toolkit for creating graphical user
|
||||
interfaces which boasts cross platform compatibility and an easy to use API.
|
||||
|
||||
WWW: https://gtkd.org/index.html
|
1128
x11-toolkits/gtkd/pkg-plist
Normal file
1128
x11-toolkits/gtkd/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user