1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/lang/mdk/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

34 lines
685 B
Makefile

PORTNAME= mdk
PORTVERSION= 1.3.0
PORTREVISION= 3
CATEGORIES= lang gnome
MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION}
MAINTAINER= antranigv@freebsd.am
COMMENT= Utilities for developing programs using MIX and MIXAL
WWW= https://www.gnu.org/software/mdk/mdk.html
LICENSE= GPLv3
USES= gettext gmake gnome ncurses pkgconfig readline
USE_GNOME= glib20 gtk30 intltool
GNU_CONFIGURE= yes
TEST_TARGET= check
INFO= mdk
OPTIONS_DEFINE= GUILE NLS
OPTIONS_DEFAULT=GUILE
OPTIONS_SUB= yes
GUILE_CONFIGURE_WITH= guile
GUILE_USES= guile:2.2,conflicts
NLS_CONFIGURE_ENABLE= nls
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure
.include <bsd.port.mk>