7edcfaeb07
- change all ports using guile to USES=guile - flavorize guile-lib, guile-cairo, slib-guile PR: 260960 Reported by: Martin Neubauer <m.ne@gmx.net> Approved by: bofh Differential Revision: https://reviews.freebsd.org/D40194
33 lines
685 B
Makefile
33 lines
685 B
Makefile
PORTNAME= mdk
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 2
|
|
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>
|