dfa443b121
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
28 lines
563 B
Makefile
28 lines
563 B
Makefile
# $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>
|