freebsd-ports/x11-toolkits/gtkd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
550 B
Makefile

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>