freebsd-ports/x11-toolkits/gtkd/Makefile
Romain Tartière dfa443b121 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
2020-10-28 18:40:13 +00:00

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>