blob: bbeb13f391229fda573accb301b87484b2e963eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
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>
|